class tensorstore_demo.FooSubclass(Foo)[source] This is a subclass of Foo. Public members¶ baz(x: str) -> str[source] Does the baz operation. overloaded_method(x: int) -> int[source] overloaded_method(x: str) -> str Returns its argument. bar(x: int) -> int[source] Returns x. Last update: Nov 16, 2024