Slight doc string update

nspaths
Tyler Goodlet 2022-01-30 12:21:41 -05:00
parent 56b29c27de
commit 87de28fd88
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ from pkgutil import resolve_name
class NamespacePath(str): class NamespacePath(str):
''' '''
A serializeable description of a (function) Python object location A serializeable description of a (function) Python object location
described by the target's module path and its namespace key. described by the target's module path and namespace key meant as
a message-native "packet" to allows actors to point-and-load objects
by absolute reference.
''' '''
_ref: object = None _ref: object = None