Home
last modified time | relevance | path

Searched defs:get_offset_with_default (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-graphql-relay2/graphql-relay-2.0.1/graphql_relay/connection/
H A Darrayconnection.py143 def get_offset_with_default(cursor=None, default_offset=0): function
/dports/devel/py-graphql-relay/graphql-relay-3.1.0/src/graphql_relay/connection/
H A Darrayconnection.py259 def get_offset_with_default(cursor: ConnectionCursor = None, default_offset=0) -> int: function