Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ _add_ldflags
Method
_add_ldflags
pybind11/setup_helpers.py:119–120 ·
view source on GitHub ↗
(self, flags: list[str])
Source
from the content-addressed store, hash-verified
117
self.extra_compile_args[:0] = flags
118
119
def
_add_ldflags(self, flags: list[str]) -> None:
120
self.extra_link_args[:0] = flags
121
122
def
__init__(self, *args: Any, **kwargs: Any) -> None:
123
self._cxx_level = 0
Callers
1
cxx_std
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected