Beispiel #1
0
 def build_variant(self, annotation_line):
     raise NotImplementedError()
Beispiel #2
0
 def delete(self, resource, filter):
     raise NotImplementedError()
Beispiel #3
0
 def line_annotation(self, annotation_line):
     """
         Method returning annotations for the given line
         in the order from new_columns parameter.
     """
     raise NotImplementedError()
Beispiel #4
0
 def etag(self, doc):
     raise NotImplementedError()
Beispiel #5
0
 def get_args(self):
     raise NotImplementedError()
 def save(self, fp):
     '''
     Saves the Agent to the specified directory.
     :return:
     '''
     raise NotImplementedError()
Beispiel #7
0
    def initial_date(self, advent_year):

        raise NotImplementedError()
Beispiel #8
0
 def __init__(self):
     raise NotImplementedError("Do not create raw armor objects")          
 def open_edit(self) -> None:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
Beispiel #10
0
 def __init__(self):
     raise NotImplementedError("Do not create raw consumables objects.")
Beispiel #11
0
 def __init__(self):
     raise NotImplementedError("Do not create raw weapons objects")
Beispiel #12
0
 def online(self):
     raise NotImplementedError()
Beispiel #13
0
 def price(self):
     raise NotImplementedError()
Beispiel #14
0
 def do_afterpayment_logic(self, *args, **kwargs):
     """
     Logic which should be done after Payment is paid
     """
     raise NotImplementedError()
Beispiel #15
0
 def do_annotate(self, aline, variant, liftover_variants):
     raise NotImplementedError()
 def get_local_file(self) -> pathlib.Path:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
 def update(self, agents, step):
     '''
     Updates the Agent according to its implementation, i.e. performs (a) learning step.
     :return: Q_loss, Policy_loss
     '''
     raise NotImplementedError()
Beispiel #18
0
 def create(self, resource, docs):
     raise NotImplementedError()
 def load(self, fp):
     '''
     Loads weights from a given file.
     Has to be called on a fitting agent, that was created with the same hyperparameters.
     '''
     raise NotImplementedError()
Beispiel #20
0
 def update(self, resource, filter, doc):
     raise NotImplementedError()
Beispiel #21
0
 def _notify(self):
     raise NotImplementedError()
Beispiel #22
0
 def replace(self, resource, filter, doc):
     raise NotImplementedError()
Beispiel #23
0
 def find_one(self, resource, filter, projection, options):
     raise NotImplementedError()
Beispiel #24
0
 def pay(self):
     raise NotImplementedError()