Searched defs:self (Results 1 - 25 of 228) sorted by path

12345678910

/device/generic/goldfish-opengl/system/GLESv1/
H A Dgl.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) argument
54 (void)self;
84 ctx->m_glEGLImageTargetTexture2DOES_enc(self, target, hostImage);
89 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) argument
91 (void)self;
135 const GLubyte *my_glGetString (void *self, GLenum name) argument
137 (void)self;
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A DGLEncoder.cpp44 GLenum GLEncoder::s_glGetError(void * self) argument
46 GLEncoder *ctx = (GLEncoder *)self;
53 return ctx->m_glGetError_enc(self);
71 void GLEncoder::s_glGetIntegerv(void *self, GLenum param, GLint *ptr) argument
73 GLEncoder *ctx = (GLEncoder *)self;
89 ctx->m_glGetIntegerv_enc(self, param, ptr);
103 ctx->m_glGetIntegerv_enc(self, param, ptr);
109 void GLEncoder::s_glGetFloatv(void *self, GLenum param, GLfloat *ptr) argument
111 GLEncoder *ctx = (GLEncoder *)self;
128 ctx->m_glGetFloatv_enc(self, para
148 s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) argument
187 s_glGetBooleanv(void *self, GLenum param, GLboolean *ptr) argument
222 s_glGetPointerv(void * self, GLenum param, GLvoid **params) argument
229 s_glFlush(void *self) argument
236 s_glGetString(void *self, GLenum name) argument
258 s_glPixelStorei(void *self, GLenum param, GLint value) argument
266 s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *data) argument
273 s_glNormalPointer(void *self, GLenum type, GLsizei stride, const void *data) argument
280 s_glColorPointer(void *self, int size, GLenum type, GLsizei stride, const void *data) argument
287 s_glPointSizePointerOES(void *self, GLenum type, GLsizei stride, const void *data) argument
294 s_glClientActiveTexture(void *self, GLenum texture) argument
301 s_glTexCoordPointer(void *self, int size, GLenum type, GLsizei stride, const void *data) argument
309 s_glMatrixIndexPointerOES(void *self, int size, GLenum type, GLsizei stride, const void * data) argument
317 s_glWeightPointerOES(void * self, int size, GLenum type, GLsizei stride, const void * data) argument
325 s_glEnableClientState(void *self, GLenum state) argument
333 s_glDisableClientState(void *self, GLenum state) argument
341 s_glIsEnabled(void *self, GLenum cap) argument
350 s_glBindBuffer(void *self, GLenum target, GLuint id) argument
359 s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage) argument
[all...]
H A DGLEncoderUtils.cpp22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) argument
24 GLEncoder *ctx = (GLEncoder *)self;
/device/generic/goldfish-opengl/system/GLESv2/
H A Dgl2.cpp52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) argument
54 (void)self;
86 ctx->m_glEGLImageTargetTexture2DOES_enc(self, target, hostImage);
91 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) argument
93 (void)self;
135 const GLubyte *my_glGetString (void *self, GLenum name) argument
137 (void)self;
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A DGL2Encoder.cpp354 GLenum GL2Encoder::s_glGetError(void * self) argument
356 GL2Encoder *ctx = (GL2Encoder *)self;
363 return ctx->m_glGetError_enc(self);
367 void GL2Encoder::s_glFlush(void *self) argument
369 GL2Encoder *ctx = (GL2Encoder *) self;
370 ctx->m_glFlush_enc(self);
374 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name) argument
376 GL2Encoder *ctx = (GL2Encoder *)self;
403 void GL2Encoder::s_glPixelStorei(void *self, GLenum param, GLint value) argument
405 GL2Encoder *ctx = (GL2Encoder *)self;
412 s_glBindBuffer(void *self, GLenum target, GLuint id) argument
422 s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage) argument
[all...]
H A DGL2EncoderUtils.cpp25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) argument
27 GL2Encoder *ctx = (GL2Encoder *)self;
32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) argument
34 GL2Encoder *ctx = (GL2Encoder *)self;
39 GLenum uniformType(void * self, GLuint program, GLint location) argument
41 GL2Encoder * ctx = (GL2Encoder *) self;
46 size_t clearBufferNumElts(void* self, GLenum buffer) { argument
47 GL2Encoder *ctx = (GL2Encoder *)self;
52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) { argument
53 GL2Encoder *ctx = (GL2Encoder *)self;
58 glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname) argument
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A DApiInitializer.h28 ApiInitializer *self = (ApiInitializer *)userData; local
29 return self->getProc(name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c452 stat_float_times(PyObject* self, PyObject *args) argument
559 posix_do_stat(PyObject *self, PyObject *args, argument
601 posix_access(PyObject *self, PyObject *args) argument
635 posix_chdir(PyObject *self, PyObject *args) argument
645 posix_chmod(PyObject *self, PyObject *args) argument
670 posix_fchmod(PyObject *self, PyObject *args) argument
691 posix_lchmod(PyObject *self, PyObject *args) argument
716 posix_chflags(PyObject *self, PyObject *args) argument
742 posix_lchflags(PyObject *self, PyObject *args) argument
767 posix_chroot(PyObject *self, PyObjec argument
779 posix_fsync(PyObject *self, PyObject *fdobj) argument
797 posix_fdatasync(PyObject *self, PyObject *fdobj) argument
810 posix_chown(PyObject *self, PyObject *args) argument
837 posix_fchown(PyObject *self, PyObject *args) argument
860 posix_lchown(PyObject *self, PyObject *args) argument
887 posix_getcwd(PyObject *self, PyObject *noargs) argument
924 posix_getcwdu(PyObject *self, PyObject *noargs) argument
950 posix_listdir(PyObject *self, PyObject *args) argument
1066 posix__getfullpathname(PyObject *self, PyObject *args) argument
1123 posix_mkdir(PyObject *self, PyObject *args) argument
1155 posix_nice(PyObject *self, PyObject *args) argument
1190 posix_rename(PyObject *self, PyObject *args) argument
1201 posix_rmdir(PyObject *self, PyObject *args) argument
1212 posix_stat(PyObject *self, PyObject *args) argument
1224 posix_system(PyObject *self, PyObject *args) argument
1243 posix_umask(PyObject *self, PyObject *args) argument
1264 posix_unlink(PyObject *self, PyObject *args) argument
1314 posix_utime(PyObject *self, PyObject *args) argument
1399 posix__exit(PyObject *self, PyObject *args) argument
1429 posix_execv(PyObject *self, PyObject *args) argument
1501 posix_execve(PyObject *self, PyObject *args) argument
1646 posix_spawnv(PyObject *self, PyObject *args) argument
1734 posix_spawnve(PyObject *self, PyObject *args) argument
1889 posix_spawnvp(PyObject *self, PyObject *args) argument
1968 posix_spawnvpe(PyObject *self, PyObject *args) argument
2112 posix_fork1(PyObject *self, PyObject *noargs) argument
2145 posix_fork(PyObject *self, PyObject *noargs) argument
2202 posix_openpty(PyObject *self, PyObject *noargs) argument
2270 posix_forkpty(PyObject *self, PyObject *noargs) argument
2302 posix_getegid(PyObject *self, PyObject *noargs) argument
2315 posix_geteuid(PyObject *self, PyObject *noargs) argument
2328 posix_getgid(PyObject *self, PyObject *noargs) argument
2340 posix_getpid(PyObject *self, PyObject *noargs) argument
2352 posix_getgroups(PyObject *self, PyObject *noargs) argument
2431 posix_initgroups(PyObject *self, PyObject *args) argument
2453 posix_getpgid(PyObject *self, PyObject *args) argument
2472 posix_getpgrp(PyObject *self, PyObject *noargs) argument
2489 posix_setpgrp(PyObject *self, PyObject *noargs) argument
2509 posix_getppid(PyObject *self, PyObject *noargs) argument
2522 posix_getlogin(PyObject *self, PyObject *noargs) argument
2551 posix_getuid(PyObject *self, PyObject *noargs) argument
2563 posix_kill(PyObject *self, PyObject *args) argument
2597 posix_killpg(PyObject *self, PyObject *args) argument
2625 posix_plock(PyObject *self, PyObject *args) argument
2730 posix_popen(PyObject *self, PyObject *args) argument
2755 posix_popen(PyObject *self, PyObject *args) argument
2804 os2emx_popen2(PyObject *self, PyObject *args) argument
2836 os2emx_popen3(PyObject *self, PyObject *args) argument
2868 os2emx_popen4(PyObject *self, PyObject *args) argument
3366 posix_popen(PyObject *self, PyObject *args) argument
3407 win32_popen2(PyObject *self, PyObject *args) argument
3444 win32_popen3(PyObject *self, PyObject *args) argument
3481 win32_popen4(PyObject *self, PyObject *args) argument
4076 posix_popen(PyObject *self, PyObject *args) argument
4111 posix_setuid(PyObject *self, PyObject *args) argument
4136 posix_seteuid(PyObject *self, PyObject *args) argument
4162 posix_setegid(PyObject *self, PyObject *args) argument
4188 posix_setreuid(PyObject *self, PyObject *args) argument
4222 posix_setregid(PyObject *self, PyObject *args) argument
4256 posix_setgid(PyObject *self, PyObject *args) argument
4280 posix_setgroups(PyObject *self, PyObject *groups) argument
4408 posix_wait3(PyObject *self, PyObject *args) argument
4433 posix_wait4(PyObject *self, PyObject *args) argument
4458 posix_waitpid(PyObject *self, PyObject *args) argument
4484 posix_waitpid(PyObject *self, PyObject *args) argument
4508 posix_wait(PyObject *self, PyObject *noargs) argument
4530 posix_lstat(PyObject *self, PyObject *args) argument
4546 posix_readlink(PyObject *self, PyObject *args) argument
4609 posix_symlink(PyObject *self, PyObject *args) argument
4631 posix_times(PyObject *self, PyObject *noargs) argument
4645 posix_times(PyObject *self, PyObject *noargs) argument
4677 posix_getsid(PyObject *self, PyObject *args) argument
4697 posix_setsid(PyObject *self, PyObject *noargs) argument
4712 posix_setpgid(PyObject *self, PyObject *args) argument
4732 posix_tcgetpgrp(PyObject *self, PyObject *args) argument
4752 posix_tcsetpgrp(PyObject *self, PyObject *args) argument
4772 posix_open(PyObject *self, PyObject *args) argument
4799 posix_close(PyObject *self, PyObject *args) argument
4821 posix_closerange(PyObject *self, PyObject *args) argument
4840 posix_dup(PyObject *self, PyObject *args) argument
4861 posix_dup2(PyObject *self, PyObject *args) argument
4883 posix_lseek(PyObject *self, PyObject *args) argument
4929 posix_read(PyObject *self, PyObject *args) argument
4964 posix_write(PyObject *self, PyObject *args) argument
4991 posix_fstat(PyObject *self, PyObject *args) argument
5016 posix_fdopen(PyObject *self, PyObject *args) argument
5074 posix_isatty(PyObject *self, PyObject *args) argument
5090 posix_pipe(PyObject *self, PyObject *noargs) argument
5137 posix_mkfifo(PyObject *self, PyObject *args) argument
5167 posix_mknod(PyObject *self, PyObject *args) argument
5191 posix_major(PyObject *self, PyObject *args) argument
5204 posix_minor(PyObject *self, PyObject *args) argument
5217 posix_makedev(PyObject *self, PyObject *args) argument
5233 posix_ftruncate(PyObject *self, PyObject *args) argument
5272 posix_putenv(PyObject *self, PyObject *args) argument
5340 posix_unsetenv(PyObject *self, PyObject *args) argument
5370 posix_strerror(PyObject *self, PyObject *args) argument
5394 posix_WCOREDUMP(PyObject *self, PyObject *args) argument
5413 posix_WIFCONTINUED(PyObject *self, PyObject *args) argument
5431 posix_WIFSTOPPED(PyObject *self, PyObject *args) argument
5449 posix_WIFSIGNALED(PyObject *self, PyObject *args) argument
5468 posix_WIFEXITED(PyObject *self, PyObject *args) argument
5486 posix_WEXITSTATUS(PyObject *self, PyObject *args) argument
5505 posix_WTERMSIG(PyObject *self, PyObject *args) argument
5524 posix_WSTOPSIG(PyObject *self, PyObject *args) argument
5591 posix_fstatvfs(PyObject *self, PyObject *args) argument
5617 posix_statvfs(PyObject *self, PyObject *args) argument
5643 posix_tempnam(PyObject *self, PyObject *args) argument
5677 posix_tmpfile(PyObject *self, PyObject *noargs) argument
5699 posix_tmpnam(PyObject *self, PyObject *noargs) argument
5858 posix_fpathconf(PyObject *self, PyObject *args) argument
5886 posix_pathconf(PyObject *self, PyObject *args) argument
6073 posix_confstr(PyObject *self, PyObject *args) argument
6617 posix_sysconf(PyObject *self, PyObject *args) argument
6719 posix_abort(PyObject *self, PyObject *noargs) argument
6733 posix_setresuid(PyObject *self, PyObject *args) argument
6751 posix_setresgid(PyObject *self, PyObject *args) argument
6769 posix_getresuid(PyObject *self, PyObject *noargs) argument
6789 posix_getresgid(PyObject *self, PyObject *noargs) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c1650 sre_codesize(PyObject* self, PyObject *unused) argument
1656 sre_getlower(PyObject* self, PyObject* args) argument
1868 pattern_dealloc(PatternObject* self) argument
1870 if (self->weakreflist != NULL)
1871 PyObject_ClearWeakRefs((PyObject *) self);
1872 Py_XDECREF(self->pattern);
1873 Py_XDECREF(self->groupindex);
1874 Py_XDECREF(self->indexgroup);
1875 PyObject_DEL(self);
1879 pattern_match(PatternObject* self, PyObjec argument
1918 pattern_search(PatternObject* self, PyObject* args, PyObject* kw) argument
2051 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) argument
2178 pattern_split(PatternObject* self, PyObject* args, PyObject* kw) argument
2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, Py_ssize_t count, Py_ssize_t subn) argument
2477 pattern_sub(PatternObject* self, PyObject* args, PyObject* kw) argument
2491 pattern_subn(PatternObject* self, PyObject* args, PyObject* kw) argument
2505 pattern_copy(PatternObject* self, PyObject *unused) argument
2533 pattern_deepcopy(PatternObject* self, PyObject* memo) argument
2661 PatternObject* self; local
3183 _validate(PatternObject *self) argument
3199 match_dealloc(MatchObject* self) argument
3208 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) argument
3233 match_getindex(MatchObject* self, PyObject* index) argument
3256 match_getslice(MatchObject* self, PyObject* index, PyObject* def) argument
3262 match_expand(MatchObject* self, PyObject* ptemplate) argument
3272 match_group(MatchObject* self, PyObject* args) argument
3307 match_groups(MatchObject* self, PyObject* args, PyObject* kw) argument
3335 match_groupdict(MatchObject* self, PyObject* args, PyObject* kw) argument
3383 match_start(MatchObject* self, PyObject* args) argument
3406 match_end(MatchObject* self, PyObject* args) argument
3456 match_span(MatchObject* self, PyObject* args) argument
3479 match_regs(MatchObject* self) argument
3505 match_copy(MatchObject* self, PyObject *unused) argument
3536 match_deepcopy(MatchObject* self, PyObject* memo) argument
3572 match_lastindex_get(MatchObject *self) argument
3581 match_lastgroup_get(MatchObject *self) argument
3596 match_regs_get(MatchObject *self) argument
3725 scanner_dealloc(ScannerObject* self) argument
3733 scanner_match(ScannerObject* self, PyObject *unused) argument
3766 scanner_search(ScannerObject* self, PyObject *unused) argument
3846 ScannerObject* self; local
[all...]
H A Dselectmodule.c195 select_select(PyObject *self, PyObject *args) argument
340 update_ufd_array(pollObject *self) argument
344 struct pollfd *old_ufds = self->ufds;
346 self->ufd_len = PyDict_Size(self->dict);
347 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len);
348 if (self->ufds == NULL) {
349 self->ufds = old_ufds;
355 while (PyDict_Next(self
372 poll_register(pollObject *self, PyObject *args) argument
415 poll_modify(pollObject *self, PyObject *args) argument
460 poll_unregister(pollObject *self, PyObject *o) argument
494 poll_poll(pollObject *self, PyObject *args) argument
600 pollObject *self; local
617 poll_dealloc(pollObject *self) argument
626 poll_getattr(pollObject *self, char *name) argument
656 select_poll(PyObject *self, PyObject *unused) argument
721 pyepoll_internal_close(pyEpoll_Object *self) argument
738 pyEpoll_Object *self; local
787 pyepoll_dealloc(pyEpoll_Object *self) argument
794 pyepoll_close(pyEpoll_Object *self) argument
811 pyepoll_get_closed(pyEpoll_Object *self) argument
820 pyepoll_fileno(pyEpoll_Object *self) argument
898 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) argument
923 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) argument
944 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) argument
963 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) argument
1244 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) argument
1371 kqueue_queue_internal_close(kqueue_queue_Object *self) argument
1388 kqueue_queue_Object *self; local
1426 kqueue_queue_dealloc(kqueue_queue_Object *self) argument
1433 kqueue_queue_close(kqueue_queue_Object *self) argument
1450 kqueue_queue_get_closed(kqueue_queue_Object *self) argument
1459 kqueue_queue_fileno(kqueue_queue_Object *self) argument
1488 kqueue_queue_control(kqueue_queue_Object *self, PyObject *args) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c4091 long__format__(PyObject *self, PyObject *args) argument
4098 return _PyLong_FormatAdvanced(self,
4109 result = _PyLong_FormatAdvanced(self,
4187 Number of bits necessary to represent self in binary.\n\
4203 "Returns self, the complex conjugate of any long."},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
H A Dlocaleutil.h33 _GroupGenerator_init(GroupGenerator *self, const char *grouping) argument
35 self->grouping = grouping;
36 self->i = 0;
37 self->previous = 0;
42 _GroupGenerator_next(GroupGenerator *self) argument
48 switch (self->grouping[self->i]) {
50 return self->previous;
55 char ch = self->grouping[self
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dimport.c321 imp_lock_held(PyObject *self, PyObject *noargs) argument
331 imp_acquire_lock(PyObject *self, PyObject *noargs) argument
341 imp_release_lock(PyObject *self, PyObject *noargs) argument
2793 imp_get_magic(PyObject *self, PyObject *noargs) argument
2806 imp_get_suffixes(PyObject *self, PyObject *noargs) argument
2864 imp_find_module(PyObject *self, PyObject *args) argument
2874 imp_init_builtin(PyObject *self, PyObject *args) argument
2894 imp_init_frozen(PyObject *self, PyObject *args) argument
2914 imp_get_frozen_object(PyObject *self, PyObject *args) argument
2924 imp_is_builtin(PyObject *self, PyObjec argument
2933 imp_is_frozen(PyObject *self, PyObject *args) argument
2964 imp_load_compiled(PyObject *self, PyObject *args) argument
2986 imp_load_dynamic(PyObject *self, PyObject *args) argument
3008 imp_load_source(PyObject *self, PyObject *args) argument
3028 imp_load_module(PyObject *self, PyObject *args) argument
3069 imp_load_package(PyObject *self, PyObject *args) argument
3079 imp_new_module(PyObject *self, PyObject *args) argument
3088 imp_reload(PyObject *self, PyObject *v) argument
3190 NullImporter_init(NullImporter *self, PyObject *args, PyObject *kwds) argument
3255 NullImporter_find_module(NullImporter *self, PyObject *args) argument
[all...]
H A Dmarshal.c1254 marshal_dump(PyObject *self, PyObject *args) argument
1299 marshal_load(PyObject *self, PyObject *f) argument
1330 marshal_dumps(PyObject *self, PyObject *args) argument
1351 marshal_loads(PyObject *self, PyObject *args) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dweakrefobject.h64 PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
H A Dtopics.py7 'attribute-access': u'\nCustomizing attribute access\n****************************\n\nThe following methods can be defined to customize the meaning of\nattribute access (use of, assignment to, or deletion of "x.name") for\nclass instances.\n\nobject.__getattr__(self, name)\n\n Called when an attribute lookup has not found the attribute in the\n usual places (i.e. it is not an instance attribute nor is it found\n in the class tree for "self"). "name" is the attribute name. This\n method should return the (computed) attribute value or raise an\n "AttributeError" exception.\n\n Note that if the attribute is found through the normal mechanism,\n "__getattr__()" is not called. (This is an intentional asymmetry\n between "__getattr__()" and "__setattr__()".) This is done both for\n efficiency reasons and because otherwise "__getattr__()" would have\n no way to access other attributes of the instance. Note that at\n least for instance variables, you can fake total control by not\n inserting any values in the instance attribute dictionary (but\n instead inserting them in another object). See the\n "__getattribute__()" method below for a way to actually get total\n control in new-style classes.\n\nobject.__setattr__(self, name, value)\n\n Called when an attribute assignment is attempted. This is called\n instead of the normal mechanism (i.e. store the value in the\n instance dictionary). *name* is the attribute name, *value* is the\n value to be assigned to it.\n\n If "__setattr__()" wants to assign to an instance attribute, it\n should not simply execute "self.name = value" --- this would cause\n a recursive call to itself. Instead, it should insert the value in\n the dictionary of instance attributes, e.g., "self.__dict__[name] =\n value". For new-style classes, rather than accessing the instance\n dictionary, it should call the base class method with the same\n name, for example, "object.__setattr__(self, name, value)".\n\nobject.__delattr__(self, name)\n\n Like "__setattr__()" but for attribute deletion instead of\n assignment. This should only be implemented if "del obj.name" is\n meaningful for the object.\n\n\nMore attribute access for new-style classes\n===========================================\n\nThe following methods only apply to new-style classes.\n\nobject.__getattribute__(self, name)\n\n Called unconditionally to implement attribute accesses for\n instances of the class. If the class also defines "__getattr__()",\n the latter will not be called unless "__getattribute__()" either\n calls it explicitly or raises an "AttributeError". This method\n should return the (computed) attribute value or raise an\n "AttributeError" exception. In order to avoid infinite recursion in\n this method, its implementation should always call the base class\n method with the same name to access any attributes it needs, for\n example, "object.__getattribute__(self, name)".\n\n Note: This method may still be bypassed when looking up special\n methods as the result of implicit invocation via language syntax\n or built-in functions. See Special method lookup for new-style\n classes.\n\n\nImplementing Descriptors\n========================\n\nThe following methods only apply when an instance of the class\ncontaining the method (a so-called *descriptor* class) appears in an\n*owner* class (the descriptor must be in either the owner\'s class\ndictionary or in the class dictionary for one of its parents). In the\nexamples below, "the attribute" refers to the attribute whose name is\nthe key of the property in the owner class\' "__dict__".\n\nobject.__get__(self, instanc
26 'customization': u'\\nBasic customization\\n*******************\\n\\nobject.__new__(cls[, ...])\\n\\n Called to create a new instance of class *cls*. "__new__()" is a\\n static method (special-cased so you need not declare it as such)\\n that takes the class of which an instance was requested as its\\n first argument. The remaining arguments are those passed to the\\n object constructor expression (the call to the class). The return\\n value of "__new__()" should be the new object instance (usually an\\n instance of *cls*).\\n\\n Typical implementations create a new instance of the class by\\n invoking the superclass\\'s "__new__()" method using\\n "super(currentclass, cls).__new__(cls[, ...])" with appropriate\\n arguments and then modifying the newly-created instance as\\n necessary before returning it.\\n\\n If "__new__()" returns an instance of *cls*, then the new\\n instance\\'s "__init__()" method will be invoked like\\n "__init__(self[, ...])", where *self* is the new instance and the\\n remaining arguments are the same as were passed to "__new__()".\\n\\n If "__new__()" does not return an instance of *cls*, then the new\\n instance\\'s "__init__()" method will not be invoked.\\n\\n "__new__()" is intended mainly to allow subclasses of immutable\\n types (like int, str, or tuple) to customize instance creation. It\\n is also commonly overridden in custom metaclasses in order to\\n customize class creation.\\n\\nobject.__init__(self[, ...])\\n\\n Called after the instance has been created (by "__new__()"), but\\n before it is returned to the caller. The arguments are those\\n passed to the class constructor expression. If a base class has an\\n "__init__()" method, the derived class\\'s "__init__()" method, if\\n any, must explicitly call it to ensure proper initialization of the\\n base class part of the instance; for example:\\n "BaseClass.__init__(self, [args...])".\\n\\n Because "__new__()" and "__init__()" work together in constructing\\n objects ("__new__()" to create it, and "__init__()" to customise\\n it), no non-"None" value may be returned by "__init__()"; doing so\\n will cause a "TypeError" to be raised at runtime.\\n\\nobject.__del__(self)\\n\\n Called when the instance is about to be destroyed. This is also\\n called a destructor. If a base class has a "__del__()" method, the\\n derived class\\'s "__del__()" method, if any, must explicitly call it\\n to ensure proper deletion of the base class part of the instance.\\n Note that it is possible (though not recommended!) for the\\n "__del__()" method to postpone destruction of the instance by\\n creating a new reference to it. It may then be called at a later\\n time when this new reference is deleted. It is not guaranteed that\\n "__del__()" methods are called for objects that still exist when\\n the interpreter exits.\\n\\n Note: "del x" doesn\\'t directly call "x.__del__()" --- the former\\n decrements the reference count for "x" by one, and the latter is\\n only called when "x"\\'s reference count reaches zero. Some common\\n situations that may prevent the reference count of an object from\\n going to zero include: circular references between objects (e.g.,\\n a doubly-linked list or a tree data structure with parent and\\n child pointers); a reference to the object on the stack frame of\\n a function that caught an exception (the traceback stored in\\n "sys.exc_traceback" keeps the stack frame alive); or a reference\\n to the object on the stack frame that raised an unhandled\\n exception in interactive mode (the traceback stored in\\n "sys.last_traceback" keeps the stack frame alive). The first\\n situation can only be remedied by explicitly breaking the cycles;\\n the latter two situations can be resolved by storing "None" in\\n "sys.exc_traceback" or "sys.last_traceback". Circular references\\n which are garbage are detected when the option cycle detector is\\n enabled (it\\'s on by default), but can only be cleaned up if there\\n are no Python-level "__del__()" methods involved. Refer to the\\n documentation for the "gc" module for more information about how\\n "__del__()" methods are handled by the cycle detector,\\n particularly the description of the "garbage" value.\\n\\n Warning: Due to the precarious circumstances under which\\n "__del__()" methods are invoked, exceptions that occur during\\n their execution are ignored, and a warning is printed to\\n "sys.stderr" instead. Also, when "__del__()" is invoked in\\n response to a module being deleted (e.g., when execution of the\\n program is done), other globals referenced by the "__del__()"\\n method may already have been deleted or in the process of being\\n torn down (e.g. the import machinery shutting down). For this\\n reason, "__del__()" methods should do the absolute minimum needed\\n to maintain external invariants. Starting with version 1.5,\\n Python guarantees that globals whose name begins with a single\\n underscore are deleted from their module before other globals are\\n deleted; if no other references to such globals exist, this may\\n help in assuring that imported modules are still available at the\\n time when the "__del__()" method is called.\\n\\n See also the "-R" command-line option.\\n\\nobject.__repr__(self)\\n\\n Called by the "repr()" built-in function and by string conversions\\n (reverse quotes) to compute the "official" string representation of\\n an object. If at all possible, this should look like a valid\\n Python expression that could be used to recreate an object with the\\n same value (given an appropriate environment). If this is not\\n possible, a string of the form "<...some useful description...>"\\n should be returned. The return value must be a string object. If a\\n class defines "__repr__()" but not "__str__()", then "__repr__()"\\n is also used when an "informal" string representation of instances\\n of that class is required.\\n\\n This is typically used for debugging, so it is important that the\\n representation is information-rich and unambiguous.\\n\\nobject.__str__(self)\\n\\n Called by the "str()" built-in function and by the "print"\\n statement to compute the "informal" string representation of an\\n object. This differs from "__repr__()" in that it does not have to\\n be a valid Python expression: a more convenient or concise\\n representation may be used instead. The return value must be a\\n string object.\\n\\nobject.__lt__(self, other)\\nobject.__le__(self, other)\\nobject.__eq__(self, other)\\nobject.__ne__(self, other)\\nobject.__gt__(self, other)\\nobject.__ge__(self, other)\\n\\n New in version 2.1.\\n\\n These are the so-called "rich comparison" methods, and are called\\n for comparison operators in preference to "__cmp__()" below. The\\n correspondence between operator symbols and method names is as\\n follows: "x<y" calls "x.__lt__(y)", "x<=y" calls "x.__le__(y)",\\n "x==y" calls "x.__eq__(y)", "x!=y" and "x<>y" call "x.__ne__(y)",\\n "x>y" calls "x.__gt__(y)", and "x>=y" calls "x.__ge__(y)".\\n\\n A rich comparison method may return the singleton "NotImplemented"\\n if it does not implement the operation for a given pair of\\n arguments. By convention, "False" and "True" are returned for a\\n successful comparison. However, these methods can return any value,\\n so if the comparison operator is used in a Boolean context (e.g.,\\n in the condition of an "if" statement), Python will call "bool()"\\n on the value to determine if the result is true or false.\\n\\n There are no implied relationships among the comparison operators.\\n The truth of "x==y" does not imply that "x!=y" is false.\\n Accordingly, when defining "__eq__()", one should also define\\n "__ne__()" so that the operators will behave as expected. See the\\n paragraph on "__hash__()" for some important notes on creating\\n *hashable* objects which support custom comparison operations and\\n are usable as dictionary keys.\\n\\n There are no swapped-argument versions of these methods (to be used\\n when the left argument does not support the operation but the right\\n argument does); rather, "__lt__()" and "__gt__()" are each other\\'s\\n reflection, "__le__()" and "__ge__()" are each other\\'s reflection,\\n and "__eq__()" and "__ne__()" are their own reflection.\\n\\n Arguments to rich comparison methods are never coerced.\\n\\n To automatically generate ordering operations from a single root\\n operation, see "functools.total_ordering()".\\n\\nobject.__cmp__(self, other)\\n\\n Called by comparison operations if rich comparison (see above) is\\n not defined. Should return a negative integer if "self < other",\\n zero if "self == other", a positive integer if "self > other". If\\n no "__cmp__()", "__eq__()" or "__ne__()" operation is defined,\\n class instances are compared by object identity ("address"). See\\n also the description of "__hash__()" for some important notes on\\n creating *hashable* objects which support custom comparison\\n operations and are usable as dictionary keys. (Note: the\\n restriction that exceptions are not propagated by "__cmp__()" has\\n been removed since Python 1.5.)\\n\\nobject.__rcmp__(self, other)\\n\\n Changed in version 2.1: No longer supported.\\n\\nobject.__hash__(self)\\n\\n Called by built-in function "hash()" and for operations on members\\n of hashed collections including "set", "frozenset", and "dict".\\n "__hash__()" should return an integer. The only required property\\n is that objects which compare equal have the same hash value; it is\\n advised to somehow mix together (e.g. using exclusive or) the hash\\n values for the components of the object that also play a part in\\n comparison of objects.\\n\\n If a class does not define a "__cmp__()" or "__eq__()" method it\\n should not define a "__hash__()" operation either; if it defines\\n "__cmp__()" or "__eq__()" but not "__hash__()", its instances will\\n not be usable in hashed collections. If a class defines mutable\\n objects and implements a "__cmp__()" or "__eq__()" method, it\\n should not implement "__hash__()", since hashable collection\\n implementations require that a object\\'s hash value is immutable (if\\n the object\\'s hash value changes, it will be in the wrong hash\\n bucket).\\n\\n User-defined classes have "__cmp__()" and "__hash__()" methods by\\n default; with them, all objects compare unequal (except with\\n themselves) and "x.__hash__()" returns a result derived from\\n "id(x)".\\n\\n Classes which inherit a "__hash__()" method from a parent class but\\n change the meaning of "__cmp__()" or "__eq__()" such that the hash\\n value returned is no longer appropriate (e.g. by switching to a\\n value-based concept of equality instead of the default identity\\n based equality) can explicitly flag themselves as being unhashable\\n by setting "__hash__ = None" in the class definition. Doing so\\n means that not only will instances of the class raise an\\n appropriate "TypeError" when a program attempts to retrieve their\\n hash value, but they will also be correctly identified as\\n unhashable when checking "isinstance(obj, collections.Hashable)"\\n (unlike classes which define their own "__hash__()" to explicitly\\n raise "TypeError").\\n\\n Changed in version 2.5: "__hash__()" may now also return a long\\n integer object; the 32-bit integer is then derived from the hash of\\n that object.\\n\\n Changed in version 2.6: "__hash__" may now be set to "None" to\\n explicitly flag instances of a class as unhashable.\\n\\nobject.__nonzero__(self)\\n\\n Called to implement truth value testing and the built-in operation\\n "bool()"; should return "False" or "True", or their integer\\n equivalents "0" or "1". When this method is not defined,\\n "__len__()" is called, if it is defined, and the object is\\n considered true if its result is nonzero. If a class defines\\n neither "__len__()" nor "__nonzero__()", all its instances are\\n considered true.\\n\\nobject.__unicode__(self)\\n\\n Called to implement "unicode()" built-in; should return a Unicode\\n object. When this method is not defined, string conversion is\\n attempted, and the result of string conversion is converted to\\n Unicode using the system default encoding.\\n', namespace
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_bisectmodule.c44 bisect_right(PyObject *self, PyObject *args, PyObject *kw) argument
75 insort_right(PyObject *self, PyObject *args, PyObject *kw) argument
150 bisect_left(PyObject *self, PyObject *args, PyObject *kw) argument
180 insort_left(PyObject *self, PyObject *args, PyObject *kw) argument
H A D_codecsmodule.c52 PyObject *codec_register(PyObject *self, PyObject *search_function) argument
67 PyObject *codec_lookup(PyObject *self, PyObject *args) argument
88 codec_encode(PyObject *self, PyObject *args) argument
122 codec_decode(PyObject *self, PyObject *args) argument
161 escape_decode(PyObject *self, argument
176 escape_encode(PyObject *self, argument
207 unicode_internal_decode(PyObject *self, argument
233 utf_7_decode(PyObject *self, argument
256 utf_8_decode(PyObject *self, argument
279 utf_16_decode(PyObject *self, argument
302 utf_16_le_decode(PyObject *self, PyObject *args) argument
326 utf_16_be_decode(PyObject *self, PyObject *args) argument
358 utf_16_ex_decode(PyObject *self, PyObject *args) argument
383 utf_32_decode(PyObject *self, PyObject *args) argument
406 utf_32_le_decode(PyObject *self, PyObject *args) argument
429 utf_32_be_decode(PyObject *self, PyObject *args) argument
460 utf_32_ex_decode(PyObject *self, PyObject *args) argument
485 unicode_escape_decode(PyObject *self, PyObject *args) argument
502 raw_unicode_escape_decode(PyObject *self, PyObject *args) argument
519 latin_1_decode(PyObject *self, PyObject *args) argument
536 ascii_decode(PyObject *self, PyObject *args) argument
553 charmap_decode(PyObject *self, PyObject *args) argument
575 mbcs_decode(PyObject *self, PyObject *args) argument
602 readbuffer_encode(PyObject *self, PyObject *args) argument
618 charbuffer_encode(PyObject *self, PyObject *args) argument
634 unicode_internal_encode(PyObject *self, PyObject *args) argument
661 utf_7_encode(PyObject *self, PyObject *args) argument
685 utf_8_encode(PyObject *self, PyObject *args) argument
714 utf_16_encode(PyObject *self, PyObject *args) argument
738 utf_16_le_encode(PyObject *self, PyObject *args) argument
761 utf_16_be_encode(PyObject *self, PyObject *args) argument
791 utf_32_encode(PyObject *self, PyObject *args) argument
815 utf_32_le_encode(PyObject *self, PyObject *args) argument
838 utf_32_be_encode(PyObject *self, PyObject *args) argument
861 unicode_escape_encode(PyObject *self, PyObject *args) argument
882 raw_unicode_escape_encode(PyObject *self, PyObject *args) argument
904 latin_1_encode(PyObject *self, PyObject *args) argument
927 ascii_encode(PyObject *self, PyObject *args) argument
950 charmap_encode(PyObject *self, PyObject *args) argument
977 charmap_build(PyObject *self, PyObject *args) argument
988 mbcs_encode(PyObject *self, PyObject *args) argument
1024 register_error(PyObject *self, PyObject *args) argument
1043 lookup_error(PyObject *self, PyObject *args) argument
[all...]
H A D_collectionsmodule.c1390 if self.default_factory is None: raise KeyError((key,))\n\
1391 self[key] = value = self.default_factory()\n\
1569 defdict_traverse(PyObject *self, visitproc visit, void *arg) argument
1571 Py_VISIT(((defdictobject *)self)->default_factory);
1572 return PyDict_Type.tp_traverse(self, visit, arg);
1583 defdict_init(PyObject *self, PyObject *args, PyObject *kwds) argument
1585 defdictobject *dd = (defdictobject *)self;
1608 result = PyDict_Type.tp_init(self, newargs, kwds);
H A D_csv.c183 Dialect_get_lineterminator(DialectObj *self) argument
185 return get_string(self->lineterminator);
189 Dialect_get_escapechar(DialectObj *self) argument
191 return get_nullchar_as_None(self->escapechar);
195 Dialect_get_quotechar(DialectObj *self) argument
197 return get_nullchar_as_None(self->quotechar);
201 Dialect_get_quoting(DialectObj *self) argument
203 return PyInt_FromLong(self->quoting);
319 Dialect_dealloc(DialectObj *self) argument
321 Py_XDECREF(self
341 DialectObj *self; local
537 parse_save_field(ReaderObj *self) argument
563 parse_grow_buff(ReaderObj *self) argument
587 parse_add_char(ReaderObj *self, char c) argument
601 parse_process_char(ReaderObj *self, char c) argument
771 parse_reset(ReaderObj *self) argument
784 Reader_iternext(ReaderObj *self) argument
840 Reader_dealloc(ReaderObj *self) argument
852 Reader_traverse(ReaderObj *self, visitproc visit, void *arg) argument
861 Reader_clear(ReaderObj *self) argument
928 ReaderObj * self = PyObject_GC_New(ReaderObj, &Reader_Type); local
971 join_reset(WriterObj *self) argument
983 join_append_data(WriterObj *self, char *field, int quote_empty, int *quoted, int copy_phase) argument
1072 join_check_rec_size(WriterObj *self, int rec_len) argument
1104 join_append(WriterObj *self, char *field, int *quoted, int quote_empty) argument
1123 join_append_lineterminator(WriterObj *self) argument
1152 csv_writerow(WriterObj *self, PyObject *seq) argument
1234 csv_writerows(WriterObj *self, PyObject *seqseq) argument
1275 Writer_dealloc(WriterObj *self) argument
1286 Writer_traverse(WriterObj *self, visitproc visit, void *arg) argument
1294 Writer_clear(WriterObj *self) argument
1347 WriterObj * self = PyObject_GC_New(WriterObj, &Writer_Type); local
[all...]
H A D_functoolsmodule.c15 functools_reduce(PyObject *self, PyObject *args) argument
H A D_heapqmodule.c121 heappush(PyObject *self, PyObject *args) argument
146 heappop(PyObject *self, PyObject *heap) argument
183 heapreplace(PyObject *self, PyObject *args) argument
221 heappushpop(PyObject *self, PyObject *args) argument
263 heapify(PyObject *self, PyObject *heap) argument
291 nlargest(PyObject *self, PyObject *args) argument
460 nsmallest(PyObject *self, PyObject *args) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A D_iomodule.c99 blockingioerror_init(PyBlockingIOErrorObject *self, PyObject *args,
108 self->written = 0;
118 (PyObject *)self, baseargs, kwds) == -1) {
124 self->written = written;
291 io_open(PyObject *self, PyObject *args, PyObject *kwds)
97 blockingioerror_init(PyBlockingIOErrorObject *self, PyObject *args, PyObject *kwds) argument
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) argument
H A Dbufferedio.c36 bufferediobase_readinto(PyObject *self, PyObject *args) argument
46 data = PyObject_CallMethod(self, "read", "n", buf.len);
83 bufferediobase_detach(PyObject *self) argument
107 bufferediobase_read(PyObject *self, PyObject *args) argument
120 bufferediobase_read1(PyObject *self, PyObject *args) argument
135 bufferediobase_write(PyObject *self, PyObject *args) argument
265 _enter_buffered_busy(buffered *self) argument
267 if (self->owner == PyThread_get_thread_ident()) {
268 PyObject *r = PyObject_Repr((PyObject *) self);
278 PyThread_acquire_lock(self
366 buffered_dealloc(buffered *self) argument
390 buffered_sizeof(buffered *self, void *unused) argument
401 buffered_traverse(buffered *self, visitproc visit, void *arg) argument
409 buffered_clear(buffered *self) argument
428 buffered_simple_flush(buffered *self, PyObject *args) argument
435 buffered_closed(buffered *self) argument
449 buffered_closed_get(buffered *self, void *context) argument
456 buffered_close(buffered *self, PyObject *args) argument
498 buffered_detach(buffered *self, PyObject *args) argument
516 buffered_seekable(buffered *self, PyObject *args) argument
523 buffered_readable(buffered *self, PyObject *args) argument
530 buffered_writable(buffered *self, PyObject *args) argument
537 buffered_name_get(buffered *self, void *context) argument
544 buffered_mode_get(buffered *self, void *context) argument
553 buffered_fileno(buffered *self, PyObject *args) argument
560 buffered_isatty(buffered *self, PyObject *args) argument
622 _buffered_raw_tell(buffered *self) argument
643 _buffered_raw_seek(buffered *self, Py_off_t target, int whence) argument
676 _buffered_init(buffered *self) argument
752 buffered_flush_and_rewind_unlocked(buffered *self) argument
774 buffered_flush(buffered *self, PyObject *args) argument
790 buffered_peek(buffered *self, PyObject *args) argument
817 buffered_read(buffered *self, PyObject *args) argument
855 buffered_read1(buffered *self, PyObject *args) argument
922 buffered_readinto(buffered *self, PyObject *args) argument
931 _buffered_readline(buffered *self, Py_ssize_t limit) argument
1042 buffered_readline(buffered *self, PyObject *args) argument
1054 buffered_tell(buffered *self, PyObject *args) argument
1068 buffered_seek(buffered *self, PyObject *args) argument
1142 buffered_truncate(buffered *self, PyObject *args) argument
1174 buffered_iternext(buffered *self) argument
1212 buffered_repr(buffered *self) argument
1244 _bufferedreader_reset_buf(buffered *self) argument
1250 bufferedreader_init(buffered *self, PyObject *args, PyObject *kwds) argument
1286 _bufferedreader_raw_read(buffered *self, char *start, Py_ssize_t len) argument
1327 _bufferedreader_fill_buffer(buffered *self) argument
1344 _bufferedreader_read_all(buffered *self) argument
1417 _bufferedreader_read_fast(buffered *self, Py_ssize_t n) argument
1436 _bufferedreader_read_generic(buffered *self, Py_ssize_t n) argument
1535 _bufferedreader_peek_unlocked(buffered *self, Py_ssize_t n) argument
1661 _bufferedwriter_reset_buf(buffered *self) argument
1668 bufferedwriter_init(buffered *self, PyObject *args, PyObject *kwds) argument
1710 _bufferedwriter_raw_write(buffered *self, char *start, Py_ssize_t len) argument
1759 _bufferedwriter_flush_unlocked(buffered *self) argument
1808 bufferedwriter_write(buffered *self, PyObject *args) argument
2062 bufferedrwpair_init(rwpair *self, PyObject *args, PyObject *kwds) argument
2097 bufferedrwpair_traverse(rwpair *self, visitproc visit, void *arg) argument
2104 bufferedrwpair_clear(rwpair *self) argument
2113 bufferedrwpair_dealloc(rwpair *self) argument
2125 _forward_call(buffered *self, const char *name, PyObject *args) argument
2146 bufferedrwpair_read(rwpair *self, PyObject *args) argument
2152 bufferedrwpair_peek(rwpair *self, PyObject *args) argument
2158 bufferedrwpair_read1(rwpair *self, PyObject *args) argument
2164 bufferedrwpair_readinto(rwpair *self, PyObject *args) argument
2170 bufferedrwpair_write(rwpair *self, PyObject *args) argument
2176 bufferedrwpair_flush(rwpair *self, PyObject *args) argument
2182 bufferedrwpair_readable(rwpair *self, PyObject *args) argument
2188 bufferedrwpair_writable(rwpair *self, PyObject *args) argument
2194 bufferedrwpair_close(rwpair *self, PyObject *args) argument
2218 bufferedrwpair_isatty(rwpair *self, PyObject *args) argument
2232 bufferedrwpair_closed_get(rwpair *self, void *context) argument
2322 bufferedrandom_init(buffered *self, PyObject *args, PyObject *kwds) argument
[all...]
H A Dbytesio.c15 #define CHECK_CLOSED(self) \
16 if ((self)->buf == NULL) { \
26 get_line(bytesio *self, char **output) argument
32 assert(self->buf != NULL);
35 str_end = self->buf + self->string_size;
36 for (n = self->buf + self->pos;
45 len = n - (self->buf + self
59 resize_buffer(bytesio *self, size_t size) argument
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len) argument
149 bytesio_get_closed(bytesio *self) argument
170 return_not_closed(bytesio *self) argument
180 bytesio_flush(bytesio *self) argument
192 bytesio_getvalue(bytesio *self) argument
205 bytesio_isatty(bytesio *self) argument
215 bytesio_tell(bytesio *self) argument
228 bytesio_read(bytesio *self, PyObject *args) argument
277 bytesio_read1(bytesio *self, PyObject *n) argument
297 bytesio_readline(bytesio *self, PyObject *args) argument
342 bytesio_readlines(bytesio *self, PyObject *args) argument
401 bytesio_readinto(bytesio *self, PyObject *args) argument
436 bytesio_truncate(bytesio *self, PyObject *args) argument
477 bytesio_iternext(bytesio *self) argument
502 bytesio_seek(bytesio *self, PyObject *args) argument
561 bytesio_write(bytesio *self, PyObject *obj) argument
589 bytesio_writelines(bytesio *self, PyObject *v) argument
622 bytesio_close(bytesio *self) argument
647 bytesio_getstate(bytesio *self) argument
671 bytesio_setstate(bytesio *self, PyObject *state) argument
746 bytesio_dealloc(bytesio *self) argument
762 bytesio *self; local
782 bytesio_init(bytesio *self, PyObject *args, PyObject *kwds) argument
808 bytesio_sizeof(bytesio *self, void *unused) argument
819 bytesio_traverse(bytesio *self, visitproc visit, void *arg) argument
826 bytesio_clear(bytesio *self) argument
[all...]

Completed in 2186 milliseconds

12345678910