|
| job_id = Column(BigInteger, ForeignKey('jobs.id'), primary_key=True) |
|
| type = Column(String(50), primary_key=True) |
|
| data = Column(LargeBinary(2**24)) |
|
◆ __repr__()
def schema.NumpyCache.__repr__ |
( |
|
self | ) |
|
References schema.Move.job_id, schema.Temperature.job_id, schema.Trajectory.job_id, schema.NumpyCache.job_id, protocols::antibody::AntibodyInfoRMOptions.type(), schema.Move.type, schema.NumpyCache.type, KRSQuery.type, basic_format_arg< Context >.type(), ui::task::Node.type(), utility::json_spirit::Value_impl< Config >.type(), basic::resource_manager::ResourceLocator.type(), numeric::expression_parser::Token.type(), basic::resource_manager::locator::DatabaseResourceLocator.type(), basic::resource_manager::locator::FileListResourceLocator.type(), basic::resource_manager::locator::FileSystemResourceLocator.type(), basic::resource_manager::locator::NullResourceLocator.type(), numeric::expression_parser::LiteralToken.type(), numeric::expression_parser::VariableToken.type(), numeric::expression_parser::FunctionToken.type(), numeric::expression_parser::SimpleToken.type(), basic_format_args< basic_printf_context >.type(), basic_format_args< format_context >.type(), basic_format_args< wformat_context >.type(), basic_format_args< Context >.type(), basic_format_args< basic_format_context >.type(), basic_format_specs< Char >.type, ui::task::PNode.type, utility::tag::XMLSchemaType.type(), utility::tag::XMLSchemaModelGroup.type(), and utility::tag::XMLSchemaAttribute.type().
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__name__().
◆ __table_args__
dictionary schema.NumpyCache.__table_args__ = {'mysql_engine': 'InnoDB'} |
|
staticprivate |
◆ __tablename__
string schema.NumpyCache.__tablename__ = 'numpy_cache' |
|
staticprivate |
◆ data
schema.NumpyCache.data = Column(LargeBinary(2**24)) |
|
static |
◆ job_id
schema.NumpyCache.job_id = Column(BigInteger, ForeignKey('jobs.id'), primary_key=True) |
|
static |
◆ type
schema.NumpyCache.type = Column(String(50), primary_key=True) |
|
static |
The documentation for this class was generated from the following file:
- src/apps/pilot/kale/native_ensemble/analysis/schema.py