Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/wirerope/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1""":mod:`wirerope` --- Universal method/function wrapper.
2=========================================================
3"""
5# this line must be placed first for setup.cfg
6from ._version import __version__
7from .wire import Wire
8from .rope import WireRope, RopeCore
10__all__ = ('__version__', 'Wire', 'RopeCore', 'WireRope')