mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Remove __all__ from openmc.stats modules
This commit is contained in:
parent
bc84687378
commit
c46d0a7681
2 changed files with 0 additions and 8 deletions
|
|
@ -12,10 +12,6 @@ import openmc.checkvalue as cv
|
|||
from openmc.stats.univariate import Univariate, Uniform
|
||||
|
||||
|
||||
__all__ = ['UnitSphere', 'PolarAzimuthal', 'Isotropic', 'Monodirectional',
|
||||
'Spatial', 'CartesianIndependent', 'Box', 'Point']
|
||||
|
||||
|
||||
@add_metaclass(ABCMeta)
|
||||
class UnitSphere(object):
|
||||
"""Distribution of points on the unit sphere.
|
||||
|
|
|
|||
|
|
@ -11,10 +11,6 @@ import openmc.checkvalue as cv
|
|||
from openmc.mixin import EqualityMixin
|
||||
|
||||
|
||||
__all__ = ['Univariate', 'Discrete', 'Uniform', 'Maxwell', 'Watt', 'Tabular',
|
||||
'Legendre', 'Mixture']
|
||||
|
||||
|
||||
_INTERPOLATION_SCHEMES = ['histogram', 'linear-linear', 'linear-log',
|
||||
'log-linear', 'log-log']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue