Introduction
Documentation
Examples
Reference
digraph InheritanceGraph { graph [bgcolor=transparent, color=lightsteelblue2, fontname=Arial, fontsize=10, outputorder=edgesfirst, overlap=prism, penwidth=2, rankdir=LR, splines=spline, style="dashed, rounded", truecolor=true]; node [colorscheme=pastel19, fontname=Arial, fontsize=10, height=0, penwidth=2, shape=box, style="filled, rounded", width=0]; edge [color=lightslategrey, penwidth=1]; subgraph cluster_builtins { graph [label=builtins]; node [color=1]; "builtins.object" [URL="https://docs.python.org/3.7/library/functions.html#object", label=object, target=_top]; } subgraph cluster_tsmakers { graph [label=tsmakers]; node [color=2]; "tsmakers.TimespanSpecifier.TimespanSpecifier" [URL="../api/tsmakers/TimespanSpecifier.html#tsmakers.TimespanSpecifier.TimespanSpecifier", color=black, fontcolor=white, label="Timespan\nSpecifier", target=_top]; } "builtins.object" -> "tsmakers.TimespanSpecifier.TimespanSpecifier"; }
Attributes Summary
__repr__
Return repr(self).
__str__
Return str(self).
forbid_fusing
forbid_splitting
minimum_duration
Special methods
Read-only properties