|
| 1 | +from __future__ import annotations |
| 2 | + |
| 3 | +############################################################################### |
| 4 | +# # |
| 5 | +# AUTOGENERATED TYPE STUB FILE # |
| 6 | +# # |
| 7 | +# This file was automatically generated. Do not modify it directly. # |
| 8 | +# Any changes made here may be lost when the file is regenerated. # |
| 9 | +# # |
| 10 | +############################################################################### |
| 11 | + |
| 12 | +from typing import * |
| 13 | +from raphtory import * |
| 14 | +import raphtory.filter as filter |
| 15 | +from raphtory.algorithms import * |
| 16 | +from raphtory.vectors import * |
| 17 | +from raphtory.node_state import * |
| 18 | +from raphtory.graphql import * |
| 19 | +from raphtory.typing import * |
| 20 | +from datetime import datetime |
| 21 | +from pandas import DataFrame |
| 22 | +from os import PathLike |
| 23 | +import networkx as nx # type: ignore |
| 24 | +import pyvis # type: ignore |
| 25 | + |
| 26 | +__all__ = ["NestedUtcDateTimeIterable"] |
| 27 | + |
| 28 | +class NestedUtcDateTimeIterable(object): |
| 29 | + def __eq__(self, value): |
| 30 | + """Return self==value.""" |
| 31 | + |
| 32 | + def __ge__(self, value): |
| 33 | + """Return self>=value.""" |
| 34 | + |
| 35 | + def __gt__(self, value): |
| 36 | + """Return self>value.""" |
| 37 | + |
| 38 | + def __iter__(self): |
| 39 | + """Implement iter(self).""" |
| 40 | + |
| 41 | + def __le__(self, value): |
| 42 | + """Return self<=value.""" |
| 43 | + |
| 44 | + def __len__(self): |
| 45 | + """Return len(self).""" |
| 46 | + |
| 47 | + def __lt__(self, value): |
| 48 | + """Return self<value.""" |
| 49 | + |
| 50 | + def __ne__(self, value): |
| 51 | + """Return self!=value.""" |
| 52 | + |
| 53 | + def __repr__(self): |
| 54 | + """Return repr(self).""" |
| 55 | + |
| 56 | + def collect(self): ... |
0 commit comments