We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example the FileStoreResource has a file_store property which returns a FileStore instance. The FileStore has a data_dir member. Both file_store and data_dir are crucial for the correct use of this resource, but none of them show up in the compiled api docs in https://innovation.3dbag.nl/3dbag-pipeline/reference/bag3d/common/resources/files/#bag3d.common.resources.files.FileStoreResource
file_store
FileStore
data_dir
The text was updated successfully, but these errors were encountered:
Or maybe reconsider the use of properties and add getter methods e.g. get_data_dir() instead.
get_data_dir()
Sorry, something went wrong.
No branches or pull requests
For example the FileStoreResource has a
file_store
property which returns aFileStore
instance. TheFileStore
has adata_dir
member. Bothfile_store
anddata_dir
are crucial for the correct use of this resource, but none of them show up in the compiled api docs in https://innovation.3dbag.nl/3dbag-pipeline/reference/bag3d/common/resources/files/#bag3d.common.resources.files.FileStoreResourceThe text was updated successfully, but these errors were encountered: