Skip to content

Commit

Permalink
pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 14, 2024
1 parent b5a4456 commit f27dc7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rerun_py/rerun_bindings/rerun_bindings.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ class IndexColumnSelector:
class ComponentColumnDescriptor:
"""A column containing the component data."""

def with_dictionary_encoding(self) -> ComponentColumnDescriptor: ...

class ComponentColumnSelector:
"""A selector for a component column."""

def __init__(self, entity_path: str, component: ComponentLike): ...
def with_dictionary_encoding(self) -> ComponentColumnSelector: ...

class Schema:
"""The schema representing all columns in a [`Recording`][]."""
Expand Down

0 comments on commit f27dc7f

Please sign in to comment.