Stop using get_dependency internally and add deprecation warning

This commit is contained in:
Jason Paryani
2014-10-19 22:45:08 -07:00
parent 0a120ef4cd
commit 8761a787e9
3 changed files with 96 additions and 17 deletions

View File

@@ -93,7 +93,7 @@ cdef class _Schema:
cdef class _InterfaceSchema:
cdef C_InterfaceSchema thisptr
cdef object __method_names
cdef object __method_names, __method_names_inherited, __methods, __methods_inherited
cdef _init(self, C_InterfaceSchema other)
cpdef get_dependency(self, id)