Skip to main content
Pixeltable Documentation home page
Search Pixeltable docs...
⌘K
Discord
Book a Demo
Hiring
pixeltable/pixeltable
pixeltable/pixeltable
Search...
Navigation
Core API
DirContents
Documentation
Examples
Pixeltable SDK
Integrations
Changelog
Support
v0.4.24
SDK Reference
Core API
pixeltable
Table
DataFrame
ColumnMetadata
DirContents
IndexMetadata
TableMetadata
UpdateStatus
VersionMetadata
Built-in Functions and Operators
AI Integrations
Iterators
Import/Export
On this page
class pixeltable.DirContents
attr dirs
attr tables
Core API
DirContents
class
pixeltable.DirContents
View source on GitHub
Represents the contents of a Pixeltable directory.
attr
dirs
Copy
Ask AI
dirs: list[str]
List of directory paths contained in this directory.
attr
tables
Copy
Ask AI
tables: list[str]
List of table paths contained in this directory.
Was this page helpful?
Yes
No
ColumnMetadata
IndexMetadata
⌘I