micropy.stubs.source
micropy.stubs.source
This module contains abstractions for handling stub sources and their location.
Functions
|
Cast a value to a type. |
|
@contextmanager decorator. |
|
Factory for StubSource Instance. |
|
Apply a function of two arguments cumulatively to the items of a sequence or iterable, from left to right, so as to reduce the iterable to a single value. |
Classes
|
Special type indicating an unconstrained type. |
|
Context manager for dynamic management of a stack of exit callbacks. |
|
|
|
Borg for easy access to any Log from anywhere in the package. |
|
PurePath subclass that can make system calls. |
|
Base class for protocol classes. |
|
Stub Source for remote locations. |
|
|
|
|
|
Handles sourcing stubs. |
|
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords. |