- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
static PyNumberMethods __pyx_tp_as_number_DMetaphone = {
0, /*nb_add*/
0, /*nb_subtract*/
0, /*nb_multiply*/
0, /*nb_divide*/
0, /*nb_remainder*/
0, /*nb_divmod*/
0, /*nb_power*/
0, /*nb_negative*/
0, /*nb_positive*/
0, /*nb_absolute*/
0, /*nb_nonzero*/
0, /*nb_invert*/
0, /*nb_lshift*/
0, /*nb_rshift*/
0, /*nb_and*/
0, /*nb_xor*/
0, /*nb_or*/
0, /*nb_coerce*/
0, /*nb_int*/
0, /*nb_long*/
0, /*nb_float*/
0, /*nb_oct*/
0, /*nb_hex*/
0, /*nb_inplace_add*/
0, /*nb_inplace_subtract*/
0, /*nb_inplace_multiply*/
0, /*nb_inplace_divide*/
0, /*nb_inplace_remainder*/
0, /*nb_inplace_power*/
0, /*nb_inplace_lshift*/
0, /*nb_inplace_rshift*/
0, /*nb_inplace_and*/
0, /*nb_inplace_xor*/
0, /*nb_inplace_or*/
0, /*nb_floor_divide*/
0, /*nb_true_divide*/
0, /*nb_inplace_floor_divide*/
0, /*nb_inplace_true_divide*/
#if Py_TPFLAGS_DEFAULT & Py_TPFLAGS_HAVE_INDEX
0, /*nb_index*/
#endif
};
kyzi007 31.01.2013 13:13 # 0
roman-kashitsyn 31.01.2013 13:19 # 0
kyzi007 31.01.2013 15:27 # 0
roman-kashitsyn 31.01.2013 15:35 # 0
TarasB 31.01.2013 15:58 # +1
пюпю блин лол
roman-kashitsyn 31.01.2013 16:09 # 0
bormand 31.01.2013 16:50 # +2
anonimb84a2f6fd141 31.01.2013 17:02 # −2
Lure Of Chaos 02.02.2013 23:36 # 0
bormand 02.02.2013 23:40 # +1
guest 22.06.2013 12:31 # 0
guest 22.03.2013 17:50 # +1
А в чём говнокод? Похоже на какую-то умную оптимизацию.