File tree Expand file tree Collapse file tree
src/binding/python/openpmd_api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616Record_Component .to_dask_array = record_component_to_daskarray # noqa
1717Series .to_df = iterations_to_dataframe # noqa
1818Series .to_cudf = iterations_to_cudf # noqa
19- Series .iterations = property (Series .__iterations )
20- Iteration .meshes = property (Iteration .__meshes )
21- Iteration .particles = property (Iteration .__particles )
22- ParticleSpecies .particle_patches = property (ParticleSpecies .__particle_patches )
19+ Series .iterations = property (Series .__iterations ) # noqa
20+ Iteration .meshes = property (Iteration .__meshes ) # noqa
21+ Iteration .particles = property (Iteration .__particles ) # noqa
22+ ParticleSpecies .particle_patches = \
23+ property (ParticleSpecies .__particle_patches ) # noqa
2324
2425# TODO remove in future versions (deprecated)
2526Access_Type = Access # noqa
You can’t perform that action at this time.
0 commit comments