Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120263433
job.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 02:15
Size
449 B
Mime Type
text/x-python
Expires
Sat, Jul 5, 02:15 (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
27163829
Attached To
R3127 blackdynamite
job.py
View Options
#!/usr/bin/env python3
################################################################
from
.
import
sqlobject
################################################################
__all__
=
[
"Job"
]
################################################################
class
Job
(
sqlobject
.
SQLObject
):
"""
"""
table_name
=
'jobs'
def
__init__
(
self
,
base
):
sqlobject
.
SQLObject
.
__init__
(
self
,
base
)
self
.
table_name
=
"jobs"
Event Timeline
Log In to Comment