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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foyndation-15.tar.gz.
File metadata
- Download URL: foyndation-15.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18329568a56a99ce7fe1e7186fb51860340ab597d43c1a67f9d380beeb993d9e
|
|
| MD5 |
7acee559fa60704f088c1025a99a08ca
|
|
| BLAKE2b-256 |
4a91c32797ef72cb8238f98397371411d97595129dba284d1c5cef223f37f1a8
|
File details
Details for the file foyndation-15-py3-none-any.whl.
File metadata
- Download URL: foyndation-15-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1a45e3fc49bc9d08c52702469513174ff2b2883bc280de579f192fd76659f65
|
|
| MD5 |
253a0fa7bfa79aeedee55c52528f6788
|
|
| BLAKE2b-256 |
a516153ca3617ac761299379840860667853b15f27093de013902922af5abe81
|