soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
209 Bytes
private
popExpr: anInteger
^ TSendNode new
setSelector: #pop:
receiver: (TVariableNode new setName: 'interpreterProxy')
arguments: (Array
with: (TConstantNode new
setValue: anInteger))