diff --git a/numpy/_core/_ufunc_config.py b/numpy/_core/_ufunc_config.py index 1dee8a84a23d..33f942a2656f 100644 --- a/numpy/_core/_ufunc_config.py +++ b/numpy/_core/_ufunc_config.py @@ -184,6 +184,11 @@ def getbufsize(): getbufsize : int Size of ufunc buffer in bytes. + Examples + -------- + >>> np.getbufsize() + 8192 + """ return _get_extobj_dict()["bufsize"]