MCPcopy Create free account

hub / github.com/PacktPublishing/Hands-On-Software-Engineering-with-Python / types & classes

Types & classes84 in github.com/PacktPublishing/Hands-On-Software-Engineering-with-Python

↓ 36 callersClassOrder
Represents an Order in the context of the Artisan Application
hms-artisan/src/hms_artisan/artisan_objects.py:332
↓ 33 callersClassBaseProductDerived
hms-core/tests/test_hms_core/test_business_objects.py:2079
↓ 31 callersClassAddress
Represents a physical mailing-address/location
hms-core/src/hms_core/business_objects.py:92
↓ 31 callersClassProduct
Represents a Product in the context of the Artisan Application
hms-artisan/src/hms_artisan/artisan_objects.py:732
↓ 29 callersClassProduct
Represents a Product in the context of the central office applications and services
hms-core/src/hms_core/co_objects.py:374
↓ 24 callersClassBaseDataObjectDerived
hms-core/tests/test_hms_core/test_data_objects.py:143
↓ 19 callersClassArtisan
Represents an Artisan in the context of the Artisan Application
hms-artisan/src/hms_artisan/artisan_objects.py:83
↓ 19 callersClassDatastoreConfig
Represents a set of credentials for connecting to a back-end database engine that requires host, port, database, user, and password values.
hms-core/src/hms_core/data_storage.py:75
↓ 18 callersClassBaseArtisanDerived
hms-core/tests/test_hms_core/test_business_objects.py:983
↓ 17 callersClassArtisan
Represents an Artisan in the context of the central office applications and services
hms-core/src/hms_core/co_objects.py:81
↓ 15 callersClassBaseCustomerDerived
hms-core/tests/test_hms_core/test_business_objects.py:1580
↓ 10 callersClassHMSMongoDataObjectDerived
hms-core/tests/test_hms_core/test_data_storage.py:736
↓ 7 callersClassJSONFileDataObjectDerived
hms-artisan/test/test_hms_artisan/test_data_storage.py:115
↓ 5 callersClassBaseOrderDerived
hms-core/tests/test_hms_core/test_business_objects.py:1932
↓ 4 callersClassExample
hms-core/scratch-space/list-reference.py:7
↓ 4 callersClassHasProductsDerived
hms-core/tests/test_hms_core/test_business_objects.py:3033
↓ 2 callersClasscallable_class
hms-core/scratch-space/callable-object.py:1
↓ 1 callersClassBaseCustomer
TODO: Document the class. Provides baseline functionality, interface requirements, and type-identity for objects that can REPRESENT_SOMETHING
hms-core/src/hms_core/business_objects.py:1549
↓ 1 callersClassBottom
hms-core/scratch-space/diamond-problem.py:13
↓ 1 callersClassChild
scratch-space/me.py:51
↓ 1 callersClassChildOverride
scratch-space/me.py:54
↓ 1 callersClassExampleChild
scratch-space/scope.py:40
↓ 1 callersClassExampleObject
hms-core/scratch-space/data-storage-demo.py:5
↓ 1 callersClassExampleParent
scratch-space/scope.py:12
↓ 1 callersClassNoFileStoreDir
hms-artisan/test/test_hms_artisan/test_data_storage.py:142
↓ 1 callersClassParent
scratch-space/me.py:17
ClassAbstractClassName
TODO: Document the class. Provides baseline functionality, interface requirements, and type-identity for objects that can REPRESENT_SOMETHING
code-templates/class-abstract.py:3
ClassBaseArtisan
Provides baseline functionality, interface requirements, and type-identity for objects that can represent an Artisan in the context of the HMS syst
hms-core/scratch-space/HasProducts.py:197
ClassBaseArtisan
Provides baseline functionality, interface requirements, and type-identity for objects that can represent an Artisan in the context of the HMS syst
hms-core/src/hms_core/business_objects.py:1234
ClassBaseDaemon
Provides baseline functionality, interface requirements, and type-identity for objects that can act as a daemon/service managed by facilities in the
hms-core/src/hms_core/daemons.py:81
ClassBaseDaemonizable
Provides baseline functionality, interface requirements, and type-identity for objects that can act as a daemon/service managed by SysV on POSIX sys
hms-core/src/hms_core/daemons.py:846
ClassBaseDataObject
Provides baseline functionality, interface requirements, and type-identity for objects that can persist their state-data in any of several back-end
hms-core/src/hms_core/data_objects.py:75
ClassBaseOrder
Provides baseline functionality, interface requirements, and type-identity for objects that represent a customer's order of one-to-many products
hms-core/src/hms_core/business_objects.py:1767
ClassBaseProduct
TODO: Document the class. Provides baseline functionality, interface requirements, and type-identity for objects that can REPRESENT_SOMETHING
hms-core/src/hms_core/business_objects.py:518
ClassBaseRequestHandler
Provides baseline functionality, interface requirements, and type-identity for objects that can process daemon/service requests, generating and ret
hms-core/src/hms_core/daemons.py:593
ClassBaseResponseFormatter
Provides baseline functionality, interface requirements, and type-identity for objects that can format response data-structures to any of several s
hms-core/src/hms_core/daemons.py:701
ClassClassName
TODO: Document the class. Represents a WHATEVER
code-templates/class-concrete.py:2
ClassCustomer
Represents a Customer in the context of the central office applications and services
hms-core/future/co_objects.py:3
ClassHMSMongoDataObject
Provides baseline functionality, interface requirements, and type-identity for objects that can persist their state-data to a MongoDB-based back-en
hms-core/src/hms_core/data_storage.py:366
ClassHMSSQLDataObject
Provides baseline functionality, interface requirements, and type-identity for objects that can persist their state-data to a (GENERIC) SQL-based R
hms-core/ch-10-snippets/sql-data-object.py:2
ClassHasProducts
Provides baseline functionality, interface requirements, and type-identity for objects that can have a common products property whose membership is
hms-core/scratch-space/HasProducts.py:1
ClassHasProducts
Provides baseline functionality, interface requirements, and type-identity for objects that can have a common products property whose membership is
hms-core/src/hms_core/business_objects.py:1039
ClassInterfaceName
TODO: Document the class. Provides interface requirements, and type-identity for objects that can REPRESENT_SOMETHING
code-templates/class-interface.py:3
ClassJSONFileDataObject
Provides baseline functionality, interface requirements, and type-identity for objects that can persist their state-data as JSON files in a local f
hms-artisan/src/hms_artisan/data_storage.py:77
ClassLeft
hms-core/scratch-space/diamond-problem.py:5
ClassModuleCoverageTest
A reusable unit-test that checks to make sure that all classes in the module being tested have corresponding test-case classes in the unit-test mod
standards/idic/unit_testing.py:170
ClassOrder
Represents an Order in the context of the central office applications and services
hms-core/future/co_objects.py:139
ClassRight
hms-core/scratch-space/diamond-problem.py:9
ClassRoot
hms-core/scratch-space/diamond-problem.py:1
ClassShowable
scratch-space/me.py:12
ClasstestAddress
hms-core/tests/test_hms_core/test_business_objects.py:169
ClasstestArtisan
hms-artisan/test/test_hms_artisan/test_artisan_objects.py:235
ClasstestArtisan
hms-core/tests/test_hms_core/test_co_objects.py:212
ClasstestBaseArtisan
hms-core/tests/test_hms_core/test_business_objects.py:991
ClasstestBaseCustomer
hms-core/tests/test_hms_core/test_business_objects.py:1594
ClasstestBaseDataObject
hms-core/tests/test_hms_core/test_data_objects.py:175
ClasstestBaseOrder
hms-core/tests/test_hms_core/test_business_objects.py:1940
ClasstestBaseProduct
hms-core/tests/test_hms_core/test_business_objects.py:2118
ClasstestChild
scratch-space/test_me1.py:11
ClasstestChild
scratch-space/test_me.py:16
ClasstestChildOverride
scratch-space/test_me1.py:14
ClasstestChildOverride
scratch-space/test_me.py:21
ClasstestClassName
code-templates/test-case-class.py:3
ClasstestDatastoreConfig
hms-core/tests/test_hms_core/test_data_storage.py:183
ClasstestHMSMongoDataObject
hms-core/tests/test_hms_core/test_data_storage.py:781
ClasstestHasProducts
hms-core/tests/test_hms_core/test_business_objects.py:3046
ClasstestJSONFileDataObject
hms-artisan/test/test_hms_artisan/test_data_storage.py:170
ClasstestModuleNameCodeCoverage
code-templates/test-module.py:76
ClasstestOrder
hms-artisan/test/test_hms_artisan/test_artisan_objects.py:828
ClasstestParent
scratch-space/test_me1.py:8
ClasstestParent
scratch-space/test_me.py:26
ClasstestProduct
hms-artisan/test/test_hms_artisan/test_artisan_objects.py:2312
ClasstestProduct
hms-core/tests/test_hms_core/test_co_objects.py:769
ClasstestShowable
scratch-space/test_me1.py:5
ClasstestShowable
scratch-space/test_me.py:31
Classtestartisan_objectsCodeCoverage
hms-artisan/test/test_hms_artisan/test_artisan_objects.py:219
Classtestbusiness_objectsCodeCoverage
hms-core/tests/test_hms_core/test_business_objects.py:153
Classtestco_objectsCodeCoverage
hms-core/tests/test_hms_core/test_co_objects.py:196
Classtestdata_objectsCodeCoverage
hms-core/tests/test_hms_core/test_data_objects.py:129
Classtestdata_storageCodeCoverage
hms-artisan/test/test_hms_artisan/test_data_storage.py:101
Classtestdata_storageCodeCoverage
hms-core/tests/test_hms_core/test_data_storage.py:167
Classtesthms_artisanCodeCoverage
hms-artisan/test/test_hms_artisan/__init__.py:67
Classtesthms_coreCodeCoverage
hms-core/tests/test_hms_core/__init__.py:75
ClasstestmeCodeCoverage
scratch-space/test_me.py:11