Lines Matching refs:auto_rebind
1936 function:__dir__,__members__,args,auto_rebind,self,softspace
1958 \ pyeval('vim.Function(''tr'', auto_rebind=False)'))
1960 \ pyeval('vim.Function(''tr'', args=[123, 3, 4], auto_rebind=False)'))
1962 \ pyeval('vim.Function(''tr'', args=[], auto_rebind=False)'))
1964 \ pyeval('vim.Function(''tr'', self={}, auto_rebind=False)'))
1966 \ pyeval('vim.Function(''tr'', args=[123, 3, 4], self={}, auto_rebind=False)'))
2014 psa5 = vim.Function('SelfArgs', self={'abcSelfPSA5': 'abcSelfPSA5Val'}, auto_rebind=0)
2015 ….Function('SelfArgs', args=['abcArgsPSA6'], self={'abcSelfPSA6': 'abcSelfPSA6Val'}, auto_rebind=())
2016 psa7 = vim.Function('SelfArgs', args=['abcArgsPSA7'], auto_rebind=[])
2017 psa8 = vim.Function('SelfArgs', auto_rebind=False)
2018 psa9 = vim.Function('SelfArgs', self={'abcSelfPSA9': 'abcSelfPSA9Val'}, auto_rebind=True)
2019 …m.Function('SelfArgs', args=['abcArgsPSAA'], self={'abcSelfPSAA': 'abcSelfPSAAVal'}, auto_rebind=1)
2020 psaB = vim.Function('SelfArgs', args=['abcArgsPSAB'], auto_rebind={'abcARPSAB': 'abcARPSABVal'})
2021 psaC = vim.Function('SelfArgs', auto_rebind=['abcARPSAC'])
2063 psa9: <vim.Function 'SelfArgs', self={'abcSelfPSA9': 'abcSelfPSA9Val'}, auto_rebind=True>
2064 …unction 'SelfArgs', args=['abcArgsPSAA'], self={'abcSelfPSAA': 'abcSelfPSAAVal'}, auto_rebind=True>
2199 cb.append('a.auto_rebind: ' + s(a.auto_rebind))
2200 cb.append('pa1.auto_rebind: ' + s(pa1.auto_rebind))
2201 cb.append('pa2.auto_rebind: ' + s(pa2.auto_rebind))
2202 cb.append('pa3.auto_rebind: ' + s(pa3.auto_rebind))
2203 cb.append('pa4.auto_rebind: ' + s(pa4.auto_rebind))
2204 cb.append('sa.auto_rebind: ' + s(sa.auto_rebind))
2205 cb.append('psa1.auto_rebind: ' + s(psa1.auto_rebind))
2206 cb.append('psa2.auto_rebind: ' + s(psa2.auto_rebind))
2207 cb.append('psa3.auto_rebind: ' + s(psa3.auto_rebind))
2208 cb.append('psa4.auto_rebind: ' + s(psa4.auto_rebind))
2209 cb.append('psa5.auto_rebind: ' + s(psa5.auto_rebind))
2210 cb.append('psa6.auto_rebind: ' + s(psa6.auto_rebind))
2211 cb.append('psa7.auto_rebind: ' + s(psa7.auto_rebind))
2212 cb.append('psa8.auto_rebind: ' + s(psa8.auto_rebind))
2213 cb.append('psa9.auto_rebind: ' + s(psa9.auto_rebind))
2214 cb.append('psaA.auto_rebind: ' + s(psaA.auto_rebind))
2215 cb.append('psaB.auto_rebind: ' + s(psaB.auto_rebind))
2216 cb.append('psaC.auto_rebind: ' + s(psaC.auto_rebind))
2314 a.auto_rebind: 1
2315 pa1.auto_rebind: 1
2316 pa2.auto_rebind: 1
2317 pa3.auto_rebind: 0
2318 pa4.auto_rebind: 0
2319 sa.auto_rebind: 1
2320 psa1.auto_rebind: 1
2321 psa2.auto_rebind: 1
2322 psa3.auto_rebind: 0
2323 psa4.auto_rebind: 0
2324 psa5.auto_rebind: 0
2325 psa6.auto_rebind: 0
2326 psa7.auto_rebind: 1
2327 psa8.auto_rebind: 1
2328 psa9.auto_rebind: 1
2329 psaA.auto_rebind: 1
2330 psaB.auto_rebind: 1
2331 psaC.auto_rebind: 1