Skip to main content

Base library of foyono projects

Project description

foyndation

Base library of foyono projects.

This README is auto-generated, see project wiki for details.

API

foyndation

initlogging
def initlogging()

Initialise the logging module to send debug (and higher levels) to stderr.

innerclass
def innerclass(cls)

An instance of the decorated class may access its enclosing instance via self.

invokeall
def invokeall(callables)

Invoke every callable, even if one or more of them fail. This is mostly useful for synchronising with futures. If all succeeded return their return values as a list, otherwise raise all exceptions thrown as a chain.

onerror
@contextmanager
def onerror(f)

Context manager that runs the given function if an exception happens, like finally excluding the happy path. Return a true value from f to declare the exception was handled i.e. prevent it from being re-raised.

rmsuffix
def rmsuffix(text, suffix)

Return text with suffix removed, or None if text does not end with suffix.

singleton
def singleton(t)

The decorated class is replaced with a no-arg instance. Can also be used to replace a factory function with its result.

solo
def solo(v)

Assert exactly one object in the given sequence and return it.

parabject

register
def register(obj, paracls)

Instantiate paracls, set obj to be the regular object associated with the new parabject, and return the parabject.

dereference
def dereference(parabject)

Get the regular object associated with parabject or raise UnknownParabjectException.

Parabject Objects

class Parabject()

Subclasses typically implement __getattr__ for dynamic behaviour on attribute access, use unmangle there to undo name mangling.

__neg__
def __neg__()

Dereference this parabject.

unmangle
def unmangle(name)

Undo name mangling.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foyndation-17.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

foyndation-17-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file foyndation-17.tar.gz.

File metadata

  • Download URL: foyndation-17.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for foyndation-17.tar.gz
Algorithm Hash digest
SHA256 2f50655cd9a9f97fd311c7e68b4e9abf5bc4d359757a1d8b589f6a878ee669aa
MD5 99039731a1daed45fdbfb5524bce2966
BLAKE2b-256 3b627c245e372e17e3d0a5e8f8cd283a5a153943f428b9ba40376b039600b606

See more details on using hashes here.

File details

Details for the file foyndation-17-py3-none-any.whl.

File metadata

  • Download URL: foyndation-17-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for foyndation-17-py3-none-any.whl
Algorithm Hash digest
SHA256 90cec60eff27d18866cbf3033f0f74b8cd1071778186cb6732df10ebb58bdd1c
MD5 0efc1bbccfc6f9ffc2ee9e467d8ad469
BLAKE2b-256 bbdd25a44aff570f373e03ce267e287bfe48e9ce7ed14c86eb9c014d4b3feebf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page