thunder.core.proxies.CollectionProxy

class thunder.core.proxies.CollectionProxy(coll, *, name=None, tags=None)[source]

Bases: Proxy

Parameters:
  • coll (Any) –

  • name (str | None) –

  • tags (set | None) –

__init__(coll, *, name=None, tags=None)[source]
Parameters:

Methods

__init__(coll, *[, name, tags])

collection()

rtype:

Any

get_default_prefix()

rtype:

str

replace(**changes)

Return a copy of the Proxy object with new values for the specified fields as given to the constructor as arguments.

replace_name([name, disambiguate])

Return a copy of this proxy with the given name.

type_string()

rtype:

str

Attributes

name

prefix

Return the prefix for this proxy instance.

tags