TimespanSpecifier

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"; }

class tsmakers.TimespanSpecifier.TimespanSpecifier(forbid_fusing=None, forbid_splitting=None, minimum_duration=None)[source]

Attributes Summary

__repr__

Return repr(self).

__str__

Return str(self).

forbid_fusing

forbid_splitting

minimum_duration


Special methods

overridden __repr__()[source]

Return repr(self).

overridden __str__()[source]

Return str(self).


Read-only properties

forbid_fusing
forbid_splitting
minimum_duration