Can we see images after transformation from "tfms_from_model"

We are using augmentation technique for transformations of images. I want to observe transformation which we are applying before the function call

“ImageClassifierData.from_names_and_array”

I tried to observe code by running the following command on Kaggle, but it also does not help much
?tfms_from_model
it gives response –
Arguments:
f_model: model, pretrained or not pretrained
File: /opt/conda/lib/python3.6/site-packages/fastai/transforms.py
Type: function

I searched for the above mentioned file in the url – https://github.com/fastai/fastai/blob/master/fastai/vision/transform.py