Searched refs:_get_docstr (Results 1 – 2 of 2) sorted by relevance
/plugin/pycode/ |
H A D | method.php | 197 public function _get_docstr($code, $name = null, $flag = null) { function in method_pycode_plugin 509 $docstr_cls_old = $this->_get_docstr($code_cls_old, $name, "c"); 510 $docstr_cls_new = $this->_get_docstr($code_cls_new, $name, "c");
|
H A D | syntax.php | 517 $brief = $this->mpp->_get_docstr($code, $val[1], "c"); 523 $brief = $this->mpp->_get_docstr($code, $val[1], "f");
|