MCPcopy Create free account
hub / github.com/kivy/python-for-android / ensure_args

Method ensure_args

pythonforandroid/recipe.py:1567–1570  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1565 return option_data
1566
1567 def ensure_args(self, *args):
1568 for arg in args:
1569 if arg not in self.extra_build_args:
1570 self.extra_build_args.append(arg)
1571
1572 def build_arch(self, arch):
1573 cross_file = join("/tmp", "android.meson.cross")

Callers 2

build_archMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected