Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Oct 5, 2023
1 parent 3b72079 commit ccad7d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/nanobind/nb_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ inline void set_implicit_cast_warnings(bool value) noexcept {
detail::set_implicit_cast_warnings(value);
}

/// \ingroup python_builtins
/// Return a dictionary representing the global variables in the current execution frame,
/// or ``__main__.__dict__`` if there is no frame.
inline dict globals() {
PyObject *p = PyEval_GetGlobals();
if (!p)
Expand Down

0 comments on commit ccad7d5

Please sign in to comment.