awslimitchecker.version module¶
-
class
awslimitchecker.version.AWSLimitCheckerVersion(release, url, commit=None, tag=None)[source]¶ Bases:
object-
__dict__= dict_proxy({'__module__': 'awslimitchecker.version', '__str__': <function __str__ at 0x7f2172b48050>, '__repr__': <function __repr__ at 0x7f2172b480c8>, 'version_str': <property object at 0x7f2174474940>, '__dict__': <attribute '__dict__' of 'AWSLimitCheckerVersion' objects>, '__weakref__': <attribute '__weakref__' of 'AWSLimitCheckerVersion' objects>, '__doc__': None, '__init__': <function __init__ at 0x7f2172b42ed8>})¶
-
__module__= 'awslimitchecker.version'¶
-
__repr__()[source]¶ Return a representation of this object that is valid Python and will create an idential AWSLimitCheckerVersion object.
Return type: string
-
__str__()[source]¶ Human-readable string representation of this version object, in the format: “version_str <url>”
Return type: string
-
__weakref__¶ list of weak references to the object (if defined)
-