ixnetwork_restpy icon indicating copy to clipboard operation
ixnetwork_restpy copied to clipboard

Simplified importation for Type controlling

Open oferveur opened this issue 4 years ago • 0 comments

I generally use Type annotation inside my functions and in this purpose I import your basic type like Ethernet. I have recently update your lib and i have notice a changement of th import strategie. It would be nice to have a simplified way to access to Type of your lib.

release 1.0.30 from ixnetwork_restpy.testplatform.sessions.ixnetwork.topology.ethernet import Ethernet

release 1.0.58 from ixnetwork_restpy.testplatform.sessions.ixnetwork.topology.ethernet_18677f1f170027c217563a3250b1f635 import Ethernet

oferveur avatar Sep 24 '20 09:09 oferveur