mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
ruff: fix unsorted-dunder-all
This commit is contained in:
@@ -113,13 +113,13 @@ def optional_logger_args(logger: ifcopenshell_wrapper.logger | None) -> tuple[lo
|
|||||||
# explicitly specify available imported symbols
|
# explicitly specify available imported symbols
|
||||||
# (it's a requirement for a typed library)
|
# (it's a requirement for a typed library)
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
"clear_plugin_search_paths",
|
||||||
"entity_instance",
|
"entity_instance",
|
||||||
"file",
|
"file",
|
||||||
"guid",
|
|
||||||
"get_plugin_search_paths",
|
"get_plugin_search_paths",
|
||||||
|
"guid",
|
||||||
"ifcopenshell_wrapper",
|
"ifcopenshell_wrapper",
|
||||||
"rocksdb_lazy_instance",
|
"rocksdb_lazy_instance",
|
||||||
"clear_plugin_search_paths",
|
|
||||||
"set_plugin_search_paths",
|
"set_plugin_search_paths",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
"sqlite_entity",
|
"sqlite_entity",
|
||||||
|
|||||||
@@ -96,8 +96,8 @@ from .update_key_point_referents import update_key_point_referents
|
|||||||
from .util import *
|
from .util import *
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"add_stationing_referent",
|
|
||||||
"add_positioning_referent",
|
"add_positioning_referent",
|
||||||
|
"add_stationing_referent",
|
||||||
"add_vertical_layout",
|
"add_vertical_layout",
|
||||||
"add_zero_length_segment",
|
"add_zero_length_segment",
|
||||||
"create",
|
"create",
|
||||||
@@ -125,6 +125,7 @@ __all__ = [
|
|||||||
"get_layout",
|
"get_layout",
|
||||||
"get_layout_curve",
|
"get_layout_curve",
|
||||||
"get_layout_segments",
|
"get_layout_segments",
|
||||||
|
"get_mapped_segments",
|
||||||
"get_parent_alignment",
|
"get_parent_alignment",
|
||||||
"get_stationing_nest",
|
"get_stationing_nest",
|
||||||
"get_vertical_layout",
|
"get_vertical_layout",
|
||||||
@@ -137,5 +138,4 @@ __all__ = [
|
|||||||
"update_end_point",
|
"update_end_point",
|
||||||
"update_fallback_position",
|
"update_fallback_position",
|
||||||
"update_key_point_referents",
|
"update_key_point_referents",
|
||||||
"get_mapped_segments",
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -76,30 +76,30 @@ from .validate_type import validate_type
|
|||||||
wrap_usecases(__path__, __name__)
|
wrap_usecases(__path__, __name__)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
"TERMINAL_TYPE",
|
||||||
|
"RailingSupport",
|
||||||
|
"WallMountedHandrailGeometry",
|
||||||
"add_axis_representation",
|
"add_axis_representation",
|
||||||
"add_topology_representation",
|
|
||||||
"add_boolean",
|
"add_boolean",
|
||||||
"clip_solid",
|
|
||||||
"clip_solid_bounded",
|
|
||||||
"copy_representation",
|
|
||||||
"add_door_representation",
|
"add_door_representation",
|
||||||
"add_footprint_representation",
|
"add_footprint_representation",
|
||||||
"add_mesh_representation",
|
"add_mesh_representation",
|
||||||
"RailingSupport",
|
|
||||||
"TERMINAL_TYPE",
|
|
||||||
"WallMountedHandrailGeometry",
|
|
||||||
"add_profile_representation",
|
"add_profile_representation",
|
||||||
"add_railing_representation",
|
"add_railing_representation",
|
||||||
"compute_wall_mounted_handrail_geometry",
|
|
||||||
"add_representation",
|
"add_representation",
|
||||||
"add_shape_aspect",
|
"add_shape_aspect",
|
||||||
"add_slab_representation",
|
"add_slab_representation",
|
||||||
|
"add_topology_representation",
|
||||||
"add_wall_representation",
|
"add_wall_representation",
|
||||||
"add_window_representation",
|
"add_window_representation",
|
||||||
"assign_representation",
|
"assign_representation",
|
||||||
|
"clip_solid",
|
||||||
|
"clip_solid_bounded",
|
||||||
|
"compute_wall_mounted_handrail_geometry",
|
||||||
"connect_element",
|
"connect_element",
|
||||||
"connect_path",
|
"connect_path",
|
||||||
"connect_wall",
|
"connect_wall",
|
||||||
|
"copy_representation",
|
||||||
"create_2pt_wall",
|
"create_2pt_wall",
|
||||||
"disconnect_element",
|
"disconnect_element",
|
||||||
"disconnect_path",
|
"disconnect_path",
|
||||||
|
|||||||
Reference in New Issue
Block a user