Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92165916
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
Sun, Nov 17, 22:48
Size
224 B
Mime Type
text/x-python
Expires
Tue, Nov 19, 22:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22385878
Attached To
R3127 blackdynamite
job.py
View Options
#!/usr/bin/env python
__all__
=
[
"Job"
]
import
sqlobject
class
Job
(
sqlobject
.
SQLObject
):
"""
"""
def
__init__
(
self
,
base
):
sqlobject
.
SQLObject
.
__init__
(
self
,
base
)
self
.
table_name
=
"jobs"
Event Timeline
Log In to Comment