|
|
@@ -465,7 +465,7 @@ public:
|
|
|
void delattr(PyObject* obj, StrName name);
|
|
|
PyObject* get_unbound_method(PyObject* obj, StrName name, PyObject** self, bool throw_err=true, bool fallback=false);
|
|
|
void parse_int_slice(const Slice& s, int length, int& start, int& stop, int& step);
|
|
|
- PyObject* format(Str, PyObject*);
|
|
|
+ PyObject* _format_string(Str, PyObject*);
|
|
|
void setattr(PyObject* obj, StrName name, PyObject* value);
|
|
|
template<int ARGC>
|
|
|
PyObject* bind_method(PyObject*, Str, NativeFuncC);
|