module documentation

Routines to handle adaption of legacy call signatures, generation of deprecation notes and docstrings.
Function ​_augment​_fn​_docs Undocumented
Function ​_indent Undocumented
Function ​_legacy​_listen​_examples Undocumented
Function ​_legacy​_signature Undocumented
Function ​_standard​_listen​_example Undocumented
Function ​_version​_signature​_changes Undocumented
Function ​_wrap​_fn​_for​_legacy Undocumented
def _augment_fn_docs(dispatch_collection, parent_dispatch_cls, fn):

Undocumented

def _indent(text, indent):

Undocumented

def _legacy_listen_examples(dispatch_collection, sample_target, fn):

Undocumented

def _legacy_signature(since, argnames, converter=None):

Undocumented

def _standard_listen_example(dispatch_collection, sample_target, fn):

Undocumented

def _version_signature_changes(parent_dispatch_cls, dispatch_collection):

Undocumented

def _wrap_fn_for_legacy(dispatch_collection, fn, argspec):

Undocumented