|
|
@ -2459,7 +2459,7 @@ class Interpreter(InterpreterBase, HoldableObject): |
|
|
|
), |
|
|
|
), |
|
|
|
KwargInfo( |
|
|
|
KwargInfo( |
|
|
|
'copy', bool, default=False, since='0.47.0', |
|
|
|
'copy', bool, default=False, since='0.47.0', |
|
|
|
deprecated='0.64.0', deprecated_message='Use fs.copy instead', |
|
|
|
deprecated='0.64.0', deprecated_message='Use fs.copyfile instead', |
|
|
|
), |
|
|
|
), |
|
|
|
KwargInfo('encoding', str, default='utf-8', since='0.47.0'), |
|
|
|
KwargInfo('encoding', str, default='utf-8', since='0.47.0'), |
|
|
|
KwargInfo('format', str, default='meson', since='0.46.0', |
|
|
|
KwargInfo('format', str, default='meson', since='0.46.0', |
|
|
|