gatelogue_types.GatelogueDataNS

class gatelogue_types.GatelogueDataNS(*, nodes: dict[ID, NodesNS], timestamp: str = <factory>, version: int = 8)

Bases: GatelogueData

__init__()

Methods

NS()

__init__()

aiohttp_get([session])

get(*args, **kwargs)

Attributes

nodes

List of all nodes, along with their connections to other nodes

timestamp

Time that the aggregation of the data was done

version

Version number of the database format

classmethod NS()
async classmethod aiohttp_get(session: aiohttp.ClientSession | None = None) Self
classmethod get(*args, **kwargs) Self
nodes: dict[ID, NodesNS]

List of all nodes, along with their connections to other nodes

timestamp: str

Time that the aggregation of the data was done

version: int

Version number of the database format