Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121841153
experiment.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
Mon, Jul 14, 08:21
Size
1 KB
Mime Type
text/x-python
Expires
Wed, Jul 16, 08:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27399947
Attached To
R2010 molecular_data_processing
experiment.py
View Options
#!/usr/bin/env python
# -*- coding: utf-8 -*-
" module containing class Experiment not implemented yet"
##########################################################################
##########################################################################
class
Experiment
(
object
):
"""
class Experiment: object design to store an experiment with its begin date, its ID and a brief description.
"""
# ------------------------------------------------------------------ #
# Constructors/Destructors #
# ------------------------------------------------------------------ #
def
__init__
(
self
):
"""__init__: Documentation TODO """
# Members ---------------------- #
# string experiment_begin
self
.
experiment_begin
=
None
# string experiment_description
self
.
experiment_description
=
None
# string experimentID
self
.
experimentID
=
None
pass
##########################################################################
if
__name__
==
'__main__'
:
test
=
Experiment
()
Event Timeline
Log In to Comment