72+ results for 'super(self.__class__ lang:Python' (0 ms)
Not the results you expected?
permissionadmin.py (https://github.com/conrado/django-cms.git) Python · 181 lines
human_posture.py (https://github.com/davidhodo/morse.git) Python · 223 lines
modeladmin.py (https://bitbucket.org/pombredanne/dingo.git) Python · 151 lines
permissionadmin.py (https://github.com/mthornhill/django-cms.git) Python · 174 lines
facets.py (https://github.com/joymax/solar.git) Python · 254 lines
admin.py (https://bitbucket.org/giussepi/resinmetal.git) Python · 357 lines
20 def get_urls(self):
21 urls = super(self.__class__, self).get_urls()
22 my_urls = patterns(
91 def get_urls(self):
92 urls = super(self.__class__, self).get_urls()
93 my_urls = patterns(
147 def get_urls(self):
148 urls = super(self.__class__, self).get_urls()
149 my_urls = patterns(
212 def get_urls(self):
213 urls = super(self.__class__, self).get_urls()
214 my_urls = patterns(
277 def get_urls(self):
278 urls = super(self.__class__, self).get_urls()
279 my_urls = patterns(
CognitiveOpDynModel.py (https://github.com/GiulioRossetti/ndlib.git) Python · 221 lines
views.py (https://gitlab.com/lburdzy/asg) Python · 170 lines
message.py (https://github.com/mardiros/python-synapse.git) Python · 264 lines
human_posture.py (https://github.com/kargm/morse.git) Python · 153 lines
events.py (https://github.com/lordfriend/Albireo.git) Python · 238 lines
115 super(self.__class__, self).__init__(EventType.TYPE_EPISODE_DOWNLOADED, {
116 'episode': episode_dict_tiny
127 def __init__(self, **kwargs):
128 super(self.__class__, self).__init__(EventType.TYPE_USER_FAVORITE, {
129 'favorites': kwargs.get('favorites')})
161 def __init__(self, **kwargs):
162 super(self.__class__, self).__init__(EventType.TYPE_KEEP_ALIVE, {
163 'status': kwargs.get('status')
177 def __init__(self, **kwargs):
178 super(self.__class__, self).__init__(EventType.TYPE_TOKEN_ADDED, {
179 'favorites': kwargs.get('favorites'),
200 def __init__(self, **kwargs):
201 super(self.__class__, self).__init__(EventType.TYPE_TOKEN_REMOVED, {
202 'token_id': kwargs.get('token_id')
dummy.py (https://gitlab.com/planto/postpic) Python · 238 lines
43 def __init__(self, dumpid, dimensions=2, randfunc=np.random.normal, seed=0, **kwargs):
44 super(self.__class__, self).__init__(dumpid, **kwargs)
45 self._dimensions = dimensions
63 def __eq__(self, other):
64 ret = super(self.__class__, self).__eq__(other)
65 return ret \
197 def __init__(self, simidentifier, dimensions=2, **kwargs):
198 super(self.__class__, self).__init__(simidentifier, **kwargs)
199 self._dimensions = dimensions
split_repr.py (https://github.com/Gordin/urwid.git) Python · 149 lines
dgp_examples.py (https://gitlab.com/pooja043/Globus_Docker_4) Python · 213 lines
metaclass.py (https://github.com/e-loue/pyke.git) Python · 321 lines
template.py (https://github.com/mucca/django-debug-toolbar.git) Python · 122 lines
plugin.py (https://github.com/gholms/supybot-plugins.git) Python · 96 lines
move_file_command.py (https://github.com/skuroda/Sublime-AdvancedNewFile.git) Python · 143 lines
ah_ipv6.py (https://github.com/avocado-framework/avocado-vt.git) Python · 127 lines
config.py (https://github.com/renfers/ageliaco.tracker.git) Python · 120 lines
admin.py (https://github.com/thatdatabaseguy/openjumo.git) Python · 131 lines
tests.py (https://github.com/dgreisen/django-couchdb-utils.git) Python · 152 lines
polynomials.py (https://bitbucket.org/aleadev/alea.git) Python · 194 lines
137 super(self.__class__, self).__init__(rc_func, sqnorm_func)
138 if normalised:
151 super(self.__class__, self).__init__(rc_func, sqnorm_func)
152 if normalised:
166 super(self.__class__, self).__init__(rc_func, sqnorm_func)
167 if normalised:
179 super(self.__class__, self).__init__(rc_func, sqnorm_func)
180 if normalised:
192 super(self.__class__, self).__init__(rc_func, sqnorm_func)
193 if normalised:
sphinx_cython.py (https://github.com/thurday/pyzmq.git) Python · 111 lines
export_it_inventory.py (https://github.com/Cigna/ibis.git) Python · 164 lines
Expression.py (https://github.com/neonux/mozilla-all.git) Python · 176 lines
tableproxy.py (https://github.com/stesh/nltk_contrib.git) Python · 183 lines
CombinedImage.py (https://github.com/salmon-charles/qooxdoo-build-tool.git) Python · 79 lines
core.py (https://github.com/GunioRobot/pyresto.git) Python · 202 lines
28 def __init__(self, iterable, wrapper):
29 super(self.__class__, self).__init__(iterable)
30 self.__wrapper = wrapper
36 def __getitem__(self, key):
37 item = super(self.__class__, self).__getitem__(key)
38 should_wrap = self.is_dict(item) or isinstance(key, slice) and any(map(self.is_dict, item))
46 def __getslice__(self, i, j):
47 items = super(self.__class__, self).__getslice__(i, j)
48 if any(map(self.is_dict, items)):
53 def __iter__(self):
54 iterator = super(self.__class__, self).__iter__()
55 return (self.__wrapper(item) for item in iterator)
auth.py (https://github.com/jwoschitz/SimpleAuth.git) Python · 134 lines
NLU.py (https://github.com/wzpan/wukong-robot.git) Python · 218 lines
serializers.py (https://gitlab.com/muse-genomics/muse-app) Python · 154 lines
25 kwargs['partial'] = True
26 super(self.__class__, self).__init__(*args, **kwargs)
36 kwargs['partial'] = True
37 super(self.__class__, self).__init__(*args, **kwargs)
52 kwargs['partial'] = True
53 super(self.__class__, self).__init__(*args, **kwargs)
107 kwargs['partial'] = True
108 super(self.__class__, self).__init__(*args, **kwargs)
132 kwargs['partial'] = True
133 super(self.__class__, self).__init__(*args, **kwargs)
database.py (https://github.com/jwoschitz/SimpleAuth.git) Python · 174 lines
6 def __init__(self, email):
7 super(self.__class__, self).__init__("Email '{0}' is already registered.".format(email))
10 def __init__(self, email, max_chars):
11 super(self.__class__, self).__init__("Your email '{0}' is too long. Email address must be short than {1} characters.".format(email,max_chars))
permissionadmin.py (https://github.com/daonb/django-cms.git) Python · 148 lines
jsonify.py (https://github.com/kamens/gae_bingo.git) Python · 143 lines
PrimStretchedExpFT.py (https://github.com/mantidproject/mantid.git) Python · 94 lines
rank.py (https://gitlab.com/Lett1/SlackDuckBot) Python · 73 lines
customcommands.py (https://gitlab.com/Lett1/SlackDuckBot) Python · 107 lines
lowd_meek.py (https://github.com/ftramer/Steal-ML.git) Python · 187 lines
subclassing.py (https://github.com/andrewkuzmych/litclub.git) Python · 53 lines
pages.py (https://gitlab.com/phyks/weboob) Python · 71 lines
incar.py (https://github.com/PytLab/VASPy.git) Python · 233 lines
auth.py (https://gitlab.com/ztane/python-bitbucket) Python · 171 lines
79 self.client_email = client_email
80 super(self.__class__, self).__init__(server_base_uri=server_base_uri)
98 self.username = None
99 super(self.__class__, self).__init__(server_base_uri=server_base_uri)
153 {'server_base_uri': self.server_base_uri}))
154 super(self.__class__, self).__init__(server_base_uri=server_base_uri)
test_handler_power_state.py (https://gitlab.com/waldi/cloud-init) Python · 131 lines
example_eo_04_ownproblem.py (https://gitlab.com/wiechapeter/pyGDM2-dirty) Python · 162 lines
esp_ipv6.py (https://github.com/avocado-framework/avocado-vt.git) Python · 126 lines
all_ipv6.py (https://github.com/avocado-framework/avocado-vt.git) Python · 126 lines
forms.py (https://github.com/lauraxt/socorro.git) Python · 123 lines
utilTest.py (https://github.com/connie/RMG-Py.git) Python · 114 lines
79 # Parent initialization
80 super(self.__class__, self).__init__(*args, **kwargs)
82 # Only setup the scoop framework once, and not in every test method:
83 super(self.__class__, self).setUp()
99 # Parent initialization
100 super(self.__class__, self).__init__(*args, **kwargs)
102 # Only setup the scoop framework once, and not in every test method:
103 super(self.__class__, self).setUp()
all.py (https://github.com/avocado-framework/avocado-vt.git) Python · 125 lines
template.py (https://bitbucket.org/jonasteuwen/flask-debugtoolbar.git) Python · 124 lines
node.py (https://gitlab.com/pankajmore/codecombat.git) Python · 143 lines
Plot.py (https://github.com/PerilousApricot/WMCore-OLDOLD.git) Python · 133 lines
26 return True
27 #return super(self.__class__,self).validate(input) and self.validate(input)
28 attrs['_validate']=_validate
38 setattr(self.props,v.element_name,v.extract(input))
39 #super(self.__class__,self).extract(input)
40 for method in self.__class__._extract_calls:
69 self.figure = None
70 super(self.__class__,self).__init__(*args,**kwargs)
71 if not '__init__' in attrs:
postgres_file_writer.py (https://github.com/foxxtrot/py-mysql2pgsql.git) Python · 157 lines
44 """
45 truncate_sql, serial_key_sql = super(self.__class__, self).truncate(table)
46 self.f.write("""
65 """
66 table_sql, serial_key_sql = super(self.__class__, self).write_table(table)
67 if serial_key_sql:
90 """
91 self.f.write('\n'.join(super(self.__class__, self).write_indexes(table)))
101 """
102 self.f.write('\n'.join(super(self.__class__, self).write_constraints(table)))
pages.py (https://github.com/laurentb/weboob.git) Python · 65 lines
module.py (https://github.com/laurentb/weboob.git) Python · 95 lines
icmp.py (https://github.com/avocado-framework/avocado-vt.git) Python · 131 lines
plugin_disk.py (git://pkgs.fedoraproject.org/tuned) Python · 173 lines
models.py (git://git.savannah.nongnu.org/savane.git) Python · 132 lines
models.py (https://github.com/kaitlin/HollaBackDC.git) Python · 53 lines
tests.py (https://github.com/Narsil/django-dtpanel-htmltidy.git) Python · 126 lines
test_smoothers.py (https://gitlab.com/pooja043/Globus_Docker_4) Python · 108 lines
video_camera.py (https://github.com/davidhodo/morse.git) Python · 131 lines
auth.py (https://github.com/marchon/corkscrew.git) Python · 77 lines
resultmodulation.py (https://github.com/sduchesneau/shinken.git) Python · 101 lines
column.py (https://github.com/Rambatino/CHAID.git) Python · 309 lines
88 substitute=True, weights=None, name=None):
89 super(self.__class__, self).__init__(arr, metadata=metadata, missing_id=missing_id, weights=weights, name=name)
90 if substitute and metadata is None:
175 groupings=None, substitute=True, weights=None, name=None):
176 super(self.__class__, self).__init__(arr, metadata, missing_id=missing_id, weights=weights, name=name)
177 self._nan = np.array([np.nan]).astype(int)[0]
288 super(self.__class__, self).__init__(np.nan_to_num(arr), metadata, missing_id=missing_id, weights=weights)
test_writer.py (https://github.com/foxxtrot/py-mysql2pgsql.git) Python · 124 lines
29 def setUp(self):
30 super(self.__class__, self).setUp()
31 self.writer = PostgresWriter()
82 def setUp(self):
83 super(self.__class__, self).setUp()
84 self.outfile = tempfile.NamedTemporaryFile()
87 def tearDown(self):
88 super(self.__class__, self).tearDown()
89 self.writer.close()
108 def setUp(self):
109 super(self.__class__, self).setUp()
110 self.writer = PostgresDbWriter(self.config.options['destination']['postgres'], True)
111 def tearDown(self):
112 super(self.__class__, self).tearDown()
113 self.writer.close()