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

        raise NotImplementedError()
예제 #8
0
 def __init__(self):
     raise NotImplementedError("Do not create raw armor objects")          
예제 #9
0
 def open_edit(self) -> None:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
예제 #10
0
 def __init__(self):
     raise NotImplementedError("Do not create raw consumables objects.")
예제 #11
0
 def __init__(self):
     raise NotImplementedError("Do not create raw weapons objects")
예제 #12
0
 def online(self):
     raise NotImplementedError()
예제 #13
0
 def price(self):
     raise NotImplementedError()
예제 #14
0
 def do_afterpayment_logic(self, *args, **kwargs):
     """
     Logic which should be done after Payment is paid
     """
     raise NotImplementedError()
예제 #15
0
 def do_annotate(self, aline, variant, liftover_variants):
     raise NotImplementedError()
예제 #16
0
 def get_local_file(self) -> pathlib.Path:
     raise NotImplementedError(
         'Functionality to open editor for "{}" not implemented'.format(
             str(self)))
예제 #17
0
 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()
예제 #18
0
 def create(self, resource, docs):
     raise NotImplementedError()
예제 #19
0
 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()
예제 #20
0
 def update(self, resource, filter, doc):
     raise NotImplementedError()
예제 #21
0
파일: var.py 프로젝트: peper0/sdupy
 def _notify(self):
     raise NotImplementedError()
예제 #22
0
 def replace(self, resource, filter, doc):
     raise NotImplementedError()
예제 #23
0
 def find_one(self, resource, filter, projection, options):
     raise NotImplementedError()
예제 #24
0
 def pay(self):
     raise NotImplementedError()